Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Oct 30, 2023
1 parent c6565be commit 6d4f70b
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 11 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,19 @@

<!-- next-header -->


## [Unreleased] - ReleaseDate

### Added

### Changed

### Removed




## [0.5.1] - 2023-10-30

### Additions

Publish the work in progress command line interface under crate name
Expand Down Expand Up @@ -168,7 +178,8 @@ Minor bups in the dependency list
- Behind the scenes work to prepare for automatic dictionary location

<!-- next-url -->
[Unreleased]: https://github.com/pluots/zspell/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/pluots/zspell/compare/v0.5.1...HEAD
[0.5.1]: https://github.com/pluots/zspell/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/pluots/zspell/compare/v0.4.1...v0.5.0
[0.4.1]: https://github.com/pluots/zspell/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/pluots/zspell/compare/v0.3.3...v0.4.0
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions zspell-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zspell-cli"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
publish = true
description = "Command line interface for the ZSpell spellchecking library"
Expand Down Expand Up @@ -37,7 +37,7 @@ stringmetrics = "2.2"
termcolor = "1.3.0"
tokio = "1.33.0"
anyhow = "1.0.75"
zspell = { path = "../zspell", version = "0.5.0", features = ["zspell-unstable"] }
zspell = { path = "../zspell", version = "0.5.1", features = ["zspell-unstable"] }

[dev-dependencies]
criterion = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion zspell-py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zspell-py"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion zspell/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zspell"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
authors = ["Trevor Gross <tmgross@umich.edu>"]
description = "Native Rust library for spellchecking"
Expand Down
2 changes: 1 addition & 1 deletion zspell/test-util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test-util"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
publish = false

Expand Down

0 comments on commit 6d4f70b

Please sign in to comment.