Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Jan 1, 2023
1 parent 333b7dd commit 103900e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

## [Unreleased] - ReleaseDate

### Added

### Changed

### Removed



## [0.3.2] - 2023-01-01

### Changed

- `.dic` parser now ignores lines that start with a tab (sometimes used for comments)
Expand Down Expand Up @@ -125,7 +135,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.3.1...HEAD
[Unreleased]: https://github.com/pluots/zspell/compare/v0.3.2...HEAD
[0.3.2]: https://github.com/pluots/zspell/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/pluots/zspell/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/pluots/zspell/compare/v0.2.2...v0.3.0
[0.2.2]: https://github.com/pluots/zspell/compare/v0.2.1...v0.2.2
Expand Down
2 changes: 1 addition & 1 deletion crates/zspell-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zspell-cli"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
publish = false

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

Expand Down
2 changes: 1 addition & 1 deletion crates/zspell/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zspell"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
authors = ["Trevor Gross <[email protected]>"]
description = "Native Rust library for spellchecking, with a command line interface"
Expand Down
2 changes: 1 addition & 1 deletion crates/zspell/util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "util"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
publish = false

Expand Down

0 comments on commit 103900e

Please sign in to comment.