Skip to content

Commit 3e66a99

Browse files
author
Ed Page
committed
chore: Release
1 parent 3995745 commit 3e66a99

File tree

18 files changed

+42
-39
lines changed

18 files changed

+42
-39
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.4.0] - 2021-05-21
11+
1012
#### Bug Fixes
1113

1214
- Correctly find config in parent directory
@@ -90,6 +92,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9092
* Only do hex check if digits are in identifiers ([68cd36d0](https://github.com/crate-ci/typos/commit/68cd36d0de90226dbc9d31c2ce6d8bf6b69adb5c))
9193

9294
<!-- next-url -->
93-
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v0.3.0...HEAD
95+
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v0.4.0...HEAD
96+
[0.4.0]: https://github.com/assert-rs/predicates-rs/compare/v0.3.0...v0.4.0
9497
[0.3.0]: https://github.com/assert-rs/predicates-rs/compare/v0.2.0...v0.3.0
9598
[0.2.0]: https://github.com/assert-rs/predicates-rs/compare/v0.1.4...v0.2.0

Cargo.lock

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = [
1111

1212
[package]
1313
name = "typos-cli"
14-
version = "0.3.0"
14+
version = "0.4.0"
1515
authors = ["Ed Page <[email protected]>"]
1616
description = "Source Code Spelling Correction"
1717
repository = "https://github.com/crate-ci/typos"
@@ -48,10 +48,10 @@ azure-devops = { project = "crate-ci", pipeline = "typos" }
4848
codecov = { repository = "crate-ci/typos" }
4949

5050
[dependencies]
51-
typos = { version = "^0.5", path = "crates/typos" }
51+
typos = { version = "^0.6", path = "crates/typos" }
5252
varcon-core = { version = "^2.0.0", path = "crates/varcon-core" }
53-
typos-dict = { version = "^0.4", path = "crates/typos-dict", optional = true }
54-
typos-vars = { version = "^0.4", path = "crates/typos-vars", optional = true }
53+
typos-dict = { version = "^0.5", path = "crates/typos-dict", optional = true }
54+
typos-vars = { version = "^0.5", path = "crates/typos-vars", optional = true }
5555
phf = { version = "0.8", features = ["unicase"] }
5656
unicase = "2.5"
5757
anyhow = "1.0"

crates/codespell-dict/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codespell-dict"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Ed Page <[email protected]>"]
55
description = "Source Code Spelling Correction"
66
repository = "https://github.com/crate-ci/typos"

crates/codespell-dict/codegen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codespell-codegen"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Ed Page <[email protected]>"]
55
description = "Source Code Spelling Correction"
66
repository = "https://github.com/crate-ci/typos"

crates/misspell-dict/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "misspell-dict"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Ed Page <[email protected]>"]
55
description = "Source Code Spelling Correction"
66
repository = "https://github.com/crate-ci/typos"

crates/misspell-dict/codegen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "misspell-codegen"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Ed Page <[email protected]>"]
55
description = "Source Code Spelling Correction"
66
repository = "https://github.com/crate-ci/typos"

crates/typos-dict/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "typos-dict"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Ed Page <[email protected]>"]
55
description = "Source Code Spelling Correction"
66
repository = "https://github.com/crate-ci/typos"

crates/typos-dict/codegen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "typos-dict-codegen"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
authors = ["Ed Page <[email protected]>"]
55
description = "Source Code Spelling Correction"
66
repository = "https://github.com/crate-ci/typos"

crates/typos-dict/verify/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "typos-dict-verify"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
authors = ["Ed Page <[email protected]>"]
55
description = "Source Code Spelling Correction"
66
repository = "https://github.com/crate-ci/typos"
@@ -19,6 +19,6 @@ csv = "1.1"
1919
unicase = "2.5"
2020
codegenrs = "1.0"
2121
structopt = "0.3"
22-
varcon = { version = "^0.4", path = "../../varcon" }
22+
varcon = { version = "^0.5", path = "../../varcon" }
2323
itertools = "0.10"
2424
edit-distance = "2.1"

crates/typos-vars/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "typos-vars"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Ed Page <[email protected]>"]
55
description = "Source Code Spelling Correction"
66
repository = "https://github.com/crate-ci/typos"

crates/typos-vars/codegen/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "typos-vars-codegen"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
authors = ["Ed Page <[email protected]>"]
55
description = "Source Code Spelling Correction"
66
repository = "https://github.com/crate-ci/typos"
@@ -17,9 +17,9 @@ codecov = { repository = "crate-ci/typos" }
1717
[dependencies]
1818
phf = { version = "0.8", features = ["unicase"] }
1919
phf_codegen = "0.8"
20-
varcon = { version = "^0.4", path = "../../varcon", features = ["flags"] }
20+
varcon = { version = "^0.5", path = "../../varcon", features = ["flags"] }
2121
varcon-core = { version = "^2.0", path = "../../varcon-core", features = ["flags"] }
22-
typos = { version = "^0.5", path = "../../typos" }
22+
typos = { version = "^0.6", path = "../../typos" }
2323
unicase = "2.5"
2424
codegenrs = "1.0"
2525
structopt = "0.3"

crates/typos/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "typos"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = ["Ed Page <[email protected]>"]
55
description = "Source Code Spelling Correction"
66
repository = "https://github.com/crate-ci/typos"

crates/varcon-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "varcon-core"
3-
version = "2.0.0"
3+
version = "2.1.0"
44
authors = ["Ed Page <[email protected]>"]
55
description = "Varcon-relevant data structures"
66
repository = "https://github.com/crate-ci/typos"

crates/varcon/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "varcon"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Ed Page <[email protected]>"]
55
description = "Source Code Spelling Correction"
66
repository = "https://github.com/crate-ci/typos"

crates/varcon/codegen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "varcon-codegen"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
authors = ["Ed Page <[email protected]>"]
55
description = "Source Code Spelling Correction"
66
repository = "https://github.com/crate-ci/typos"

crates/wikipedia-dict/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wikipedia-dict"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Ed Page <[email protected]>"]
55
description = "Source Code Spelling Correction"
66
repository = "https://github.com/crate-ci/typos"

crates/wikipedia-dict/codegen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wikipedia-codegen"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Ed Page <[email protected]>"]
55
description = "Source Code Spelling Correction"
66
repository = "https://github.com/crate-ci/typos"

0 commit comments

Comments
 (0)