File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.2.4] ( https://github.com/MidasLamb/non-empty-string/compare/v0.2.3...v0.2.4 ) - 2023-10-03
11
+
12
+ ### Added
13
+ - impl Hash trait
14
+ - impl Into trait
15
+ - FromStr implementation
16
+ - add Deref impl
17
+
18
+ ### Other
19
+ - Add release plz
20
+ - Remove excessive error file
21
+ - Add more traits that ` String ` also has
22
+ - Add cargo-semver-checks to CI
23
+ - error::EmptyString is now public
24
+ - Merge branch 'MidasLamb: master ' into constructors
25
+ - cover parse() in tests::from_str_works
26
+ - fix example description about constructor
27
+ - clear unnecessary paths
28
+ - Release version v0.2.3
29
+
10
30
### Added
11
31
12
32
- More traits from ` String ` implemented on ` NonEmptyString `
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " non-empty-string"
3
- version = " 0.2.3 "
3
+ version = " 0.2.4 "
4
4
edition = " 2021"
5
5
authors = [
" Midas Lambrichts <[email protected] >" ]
6
6
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments