Skip to content

Commit 37a50d9

Browse files
committed
release codebook 0.3.4
1 parent 759ea0a commit 37a50d9

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

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.3"
3+
version = "0.3.4"
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.3"
3+
version = "0.3.4"
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.3"
3+
version = "0.3.4"
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.3"
3+
version = "0.3.4"
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.3"
3+
version = "0.3.4"
44
edition = "2024"
55
description = "Dictionary downloading utility for the Codebook spell checker"
66
authors = ["Codebook Contributors"]

0 commit comments

Comments
 (0)