Skip to content

Commit 8708e87

Browse files
committed
chore: Release
1 parent d463013 commit 8708e87

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.3] - 2023-01-01
16+
717
### Changed
818

919
- [build] update python release workflow
@@ -132,7 +142,8 @@ Minor bups in the dependency list
132142
- Behind the scenes work to prepare for automatic dictionary location
133143

134144
<!-- next-url -->
135-
[Unreleased]: https://github.com/pluots/zspell/compare/v0.3.2...HEAD
145+
[Unreleased]: https://github.com/pluots/zspell/compare/v0.3.3...HEAD
146+
[0.3.3]: https://github.com/pluots/zspell/compare/v0.3.2...v0.3.3
136147
[0.3.2]: https://github.com/pluots/zspell/compare/v0.3.1...v0.3.2
137148
[0.3.1]: https://github.com/pluots/zspell/compare/v0.3.0...v0.3.1
138149
[0.3.0]: https://github.com/pluots/zspell/compare/v0.2.2...v0.3.0

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.2"
3+
version = "0.3.3"
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.2"
3+
version = "0.3.3"
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.2"
3+
version = "0.3.3"
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.2"
3+
version = "0.3.3"
44
edition = "2021"
55
publish = false
66

0 commit comments

Comments
 (0)