File tree 2 files changed +11
-5
lines changed
2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
### Added
9
- * Add & delegate all non-length-reducing methods of ` std::string::String ` to the inner ` String ` .
10
9
11
10
### Changed
12
- * README has some more examples and explanations. It is also no longer included in the doc (except for doctests).
13
11
14
12
### Removed
15
13
14
+ ## [ v0.2.2]
15
+ ### Added
16
+ * Add & delegate all non-length-reducing methods of ` std::string::String ` to the inner ` String ` .
17
+
18
+ ### Changed
19
+ * README has some more examples and explanations. It is also no longer included in the doc (except for doctests).
20
+
16
21
## [ 0.2.1]
17
22
### Changed
18
23
* The error message when using ` serde ` now indicates that the empty string could not be deserialized.
@@ -27,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
32
### Changed
28
33
* ` new ` constructor now returns a ` Result ` rather than an ` Option ` , which contains the original string
29
34
30
- [ Unreleased ] : https://github.com/MidasLamb/non-empty-string/v0.2.1...HEAD
35
+ [ Unreleased ] : https://github.com/MidasLamb/non-empty-string/v0.2.2...HEAD
36
+ [ 0.2.1 ] : https://github.com/MidasLamb/non-empty-string/compare/v0.2.1...v0.2.2
31
37
[ 0.2.1 ] : https://github.com/MidasLamb/non-empty-string/compare/v0.2.0...v0.2.1
32
- [ 0.2.0 ] : https://github.com/MidasLamb/non-empty-string/compare/v0.1.0...v0.2.0
38
+ [ 0.2.0 ] : https://github.com/MidasLamb/non-empty-string/compare/v0.1.0...v0.2.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " non-empty-string"
3
- version = " 0.2.1 "
3
+ version = " 0.2.2 "
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