Skip to content

Commit 8aec087

Browse files
committed
release codebook 0.3.1
1 parent 5cfa3d5 commit 8aec087

File tree

7 files changed

+15
-10
lines changed

7 files changed

+15
-10
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[0.3.1]
2+
3+
- Updated the global word list to include more common programming terms.
4+
- Many small performance improvements to reduce allocations. On a M1 Mac checking the full Beowulf text went from ~80ms to ~13ms 🚀
5+
16
[0.3.0]
27

38
Breaking changes:

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/codebook-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codebook_config"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2024"
55
description = "Configuration handling for the Codebook spell checker"
66
authors = ["Codebook Contributors"]

crates/codebook-lsp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codebook-lsp"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2024"
55
description = "A code-aware spell checker with language server implementation, installable via cargo install"
66
authors = ["Codebook Contributors"]

crates/codebook/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codebook"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2024"
55
description = "A code-aware spell checker library (dependency for codebook-lsp)"
66
authors = ["Codebook Contributors"]

crates/dictionary-builder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dictionary-builder"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2024"
55
description = "A tool for building and managing spell-checking dictionaries"
66

crates/downloader/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codebook_downloader"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2024"
55
description = "Dictionary downloading utility for the Codebook spell checker"
66
authors = ["Codebook Contributors"]

0 commit comments

Comments
 (0)