Skip to content

Commit

Permalink
release codebook-lsp 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
blopker committed Jan 19, 2025
1 parent 1c38aa6 commit ce53dba
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 9 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
<br />
<div align="center">
<a href="https://github.com/blopker/codebook">
<img src="assets/codebook-nt.webp" alt="Logo" width="200" >
</a>
<h3 align="center">CODEBOOK</h3>
<p align="center">
An unholy spellchecker for code.
<br />
<br />
<!-- <a href="https://github.com/blopker/codebook/releases/latest/">Download</a> -->
<br />
<br />
<a href="https://github.com/blopker/codebook/issues">Report Bug</a>
·
<a href="https://github.com/blopker/codebook/issues">Request Feature</a>
</p>
<a href="https://github.com/blopker/codebook"> <img
src="assets/codebook-nt.webp" alt="Logo" width="200" > </a> <h3
align="center">CODEBOOK</h3> <p align="center"> An unholy spellchecker for
code. <br /> <br /> <!-- <a
href="https://github.com/blopker/codebook/releases/latest/">Download</a> -->
<br /> <br /> <a href="https://github.com/blopker/codebook/issues">Report
Bug</a> · <a href="https://github.com/blopker/codebook/issues">Request
Feature</a> </p>
</div>

## About
Expand Down Expand Up @@ -45,7 +38,7 @@ Codebook is being developed and not yet ready for public (or private, really) us

## Goals

Spellchecking is complicated and opinions about how it should be done, especially with code, differs. This section is about the trade offs that steer Codebook's decisions.
Spellchecking is complicated and opinions about how it should be done, especially with code, differs. This section is about the trade offs that steer decisions.

### Privacy

Expand Down
2 changes: 1 addition & 1 deletion codebook-lsp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "codebook-lsp"
version = "0.1.7"
version = "0.1.8"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit ce53dba

Please sign in to comment.