chore: Release

This commit is contained in:
Ed Page 2024-08-23 13:58:12 -05:00
parent 04d3f682be
commit b7592dd937
4 changed files with 6 additions and 6 deletions

6
Cargo.lock generated
View file

@ -1310,7 +1310,7 @@ checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
[[package]]
name = "typos"
version = "0.10.27"
version = "0.10.28"
dependencies = [
"anyhow",
"bstr",
@ -1374,7 +1374,7 @@ dependencies = [
[[package]]
name = "typos-dict"
version = "0.11.25"
version = "0.11.26"
dependencies = [
"codegenrs",
"csv",
@ -1389,7 +1389,7 @@ dependencies = [
[[package]]
name = "typos-vars"
version = "0.8.20"
version = "0.8.21"
dependencies = [
"codegenrs",
"dictgen",

View file

@ -1,6 +1,6 @@
[package]
name = "typos-dict"
version = "0.11.25"
version = "0.11.26"
description = "Source Code Spelling Correction"
readme = "../../README.md"
categories = ["development-tools", "text-processing"]

View file

@ -1,6 +1,6 @@
[package]
name = "typos-vars"
version = "0.8.20"
version = "0.8.21"
description = "Source Code Spelling Correction"
readme = "../../README.md"
categories = ["development-tools", "text-processing"]

View file

@ -1,6 +1,6 @@
[package]
name = "typos"
version = "0.10.27"
version = "0.10.28"
description = "Source Code Spelling Correction"
readme = "../../README.md"
categories = ["development-tools", "text-processing"]