Skip to content

Commit 5c1585d

Browse files
committed
chore: Release
1 parent 8fef1a3 commit 5c1585d

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
## [Unreleased] - ReleaseDate
66

7+
### Added
8+
9+
### Changed
10+
11+
### Removed
12+
13+
14+
15+
## [0.3.1] - 2022-12-30
16+
717
Minor patch to build system workflow
818

919

@@ -116,7 +126,8 @@ Minor bups in the dependency list
116126
- Behind the scenes work to prepare for automatic dictionary location
117127

118128
<!-- next-url -->
119-
[Unreleased]: https://github.com/pluots/zspell/compare/v0.3.0...HEAD
129+
[Unreleased]: https://github.com/pluots/zspell/compare/v0.3.1...HEAD
130+
[0.3.1]: https://github.com/pluots/zspell/compare/v0.3.0...v0.3.1
120131
[0.3.0]: https://github.com/pluots/zspell/compare/v0.2.2...v0.3.0
121132
[0.2.2]: https://github.com/pluots/zspell/compare/v0.2.1...v0.2.2
122133
[0.2.1]: https://github.com/pluots/zspell/compare/v0.2.0...v0.2.1

crates/zspell-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zspell-cli"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
publish = false
66

crates/zspell-py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zspell-py"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
publish = false
66

crates/zspell/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zspell"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
authors = ["Trevor Gross <[email protected]>"]
66
description = "Native Rust library for spellchecking, with a command line interface"

crates/zspell/util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "util"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
publish = false
66

0 commit comments

Comments
 (0)