Skip to content

Commit b958135

Browse files
committed
release codebook 0.3.20
1 parent 752b1fb commit b958135

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Unreleased]
1+
[0.3.20]
22

33
- Add `checkWhileTyping` to initialization options. When set to `false`, Codebook will only check for spelling issues when saving.
44

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

0 commit comments

Comments
 (0)