Skip to content

Commit 36affb4

Browse files
authored
Merge pull request #15 from MidasLamb/release-plz/2023-10-03T19-37-44Z
chore: release v0.2.4
2 parents eb3d3ea + 3aadbbf commit 36affb4

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1030
### Added
1131

1232
- More traits from `String` implemented on `NonEmptyString`

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "non-empty-string"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
edition = "2021"
55
authors = ["Midas Lambrichts <[email protected]>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)