Skip to content

Commit b57a417

Browse files
committed
chore: Release
1 parent 82a3621 commit b57a417

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

Cargo.lock

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

crates/codespell-dict/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codespell-dict"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "Source Code Spelling Correction"
55
readme = "README.md"
66
categories = ["development-tools", "text-processing"]

crates/dictgen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dictgen"
3-
version = "0.2.7"
3+
version = "0.2.8"
44
description = "Compile-time case-insensitive map"
55
categories = ["development-tools", "text-processing"]
66
keywords = ["development", "spelling", "no_std"]

crates/typos-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ doc = false
4141

4242
[dependencies]
4343
typos = { version = "^0.10", path = "../typos" }
44-
varcon-core = { version = "^4.0.6", path = "../varcon-core" }
44+
varcon-core = { version = "^4.0.7", path = "../varcon-core" }
4545
typos-dict = { version = "^0.11", path = "../typos-dict", optional = true }
4646
typos-vars = { version = "^0.8", path = "../typos-vars", optional = true }
4747
unicase = "2.7"

crates/typos-dict/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "typos-dict"
3-
version = "0.11.17"
3+
version = "0.11.18"
44
description = "Source Code Spelling Correction"
55
readme = "../../README.md"
66
categories = ["development-tools", "text-processing"]

crates/typos-vars/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "typos-vars"
3-
version = "0.8.16"
3+
version = "0.8.17"
44
description = "Source Code Spelling Correction"
55
readme = "../../README.md"
66
categories = ["development-tools", "text-processing"]

crates/typos/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "typos"
3-
version = "0.10.22"
3+
version = "0.10.23"
44
description = "Source Code Spelling Correction"
55
readme = "../../README.md"
66
categories = ["development-tools", "text-processing"]

crates/varcon-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "varcon-core"
3-
version = "4.0.6"
3+
version = "4.0.7"
44
description = "Varcon-relevant data structures"
55
readme = "../../README.md"
66
categories = ["text-processing"]

crates/varcon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "varcon"
3-
version = "0.7.4"
3+
version = "0.7.5"
44
description = "Source Code Spelling Correction"
55
readme = "../../README.md"
66
categories = ["development-tools", "text-processing"]

0 commit comments

Comments
 (0)