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.1] - 2022-12-30
16
+
7
17
Minor patch to build system workflow
8
18
9
19
@@ -116,7 +126,8 @@ Minor bups in the dependency list
116
126
- Behind the scenes work to prepare for automatic dictionary location
117
127
118
128
<!-- 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
120
131
[ 0.3.0 ] : https://github.com/pluots/zspell/compare/v0.2.2...v0.3.0
121
132
[ 0.2.2 ] : https://github.com/pluots/zspell/compare/v0.2.1...v0.2.2
122
133
[ 0.2.1 ] : https://github.com/pluots/zspell/compare/v0.2.0...v0.2.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " zspell-cli"
3
- version = " 0.3.0 "
3
+ version = " 0.3.1 "
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.0 "
3
+ version = " 0.3.1 "
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.0 "
3
+ version = " 0.3.1 "
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.0 "
3
+ version = " 0.3.1 "
4
4
edition = " 2021"
5
5
publish = false
6
6
You can’t perform that action at this time.
0 commit comments