Skip to content

Commit 5b0a879

Browse files
committed
release codebook 0.3.3
1 parent 8b16f76 commit 5b0a879

File tree

7 files changed

+14
-10
lines changed

7 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[0.3.3]
2+
3+
- Fix the cargo release by moving test example files
4+
15
[0.3.2]
26

37
- Pin softprops/action-gh-release action since 2.3.0 broke CI

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

0 commit comments

Comments
 (0)