File tree Expand file tree Collapse file tree 5 files changed +16
-5
lines changed Expand file tree Collapse file tree 5 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## [ Unreleased] - ReleaseDate
6
6
7
+ ### Added
8
+
9
+ ### Changed
10
+
11
+ ### Removed
12
+
13
+
14
+
15
+ ## [ 0.3.3] - 2023-01-01
16
+
7
17
### Changed
8
18
9
19
- [ build] update python release workflow
@@ -132,7 +142,8 @@ Minor bups in the dependency list
132
142
- Behind the scenes work to prepare for automatic dictionary location
133
143
134
144
<!-- 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
136
147
[ 0.3.2 ] : https://github.com/pluots/zspell/compare/v0.3.1...v0.3.2
137
148
[ 0.3.1 ] : https://github.com/pluots/zspell/compare/v0.3.0...v0.3.1
138
149
[ 0.3.0 ] : https://github.com/pluots/zspell/compare/v0.2.2...v0.3.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " zspell-cli"
3
- version = " 0.3.2 "
3
+ version = " 0.3.3 "
4
4
edition = " 2021"
5
5
publish = false
6
6
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " zspell-py"
3
- version = " 0.3.2 "
3
+ version = " 0.3.3 "
4
4
edition = " 2021"
5
5
publish = false
6
6
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " zspell"
3
- version = " 0.3.2 "
3
+ version = " 0.3.3 "
4
4
edition = " 2021"
5
5
authors = [
" Trevor Gross <[email protected] >" ]
6
6
description = " Native Rust library for spellchecking, with a command line interface"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " util"
3
- version = " 0.3.2 "
3
+ version = " 0.3.3 "
4
4
edition = " 2021"
5
5
publish = false
6
6
You can’t perform that action at this time.
0 commit comments