Skip to content

Commit db5e994

Browse files
committed
Increase version to v0.2.2
1 parent f1d9876 commit db5e994

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88
### Added
9-
* Add & delegate all non-length-reducing methods of `std::string::String` to the inner `String`.
109

1110
### Changed
12-
* README has some more examples and explanations. It is also no longer included in the doc (except for doctests).
1311

1412
### Removed
1513

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+
1621
## [0.2.1]
1722
### Changed
1823
* 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
2732
### Changed
2833
* `new` constructor now returns a `Result` rather than an `Option`, which contains the original string
2934

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
3137
[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

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.1"
3+
version = "0.2.2"
44
edition = "2021"
55
authors = ["Midas Lambrichts <[email protected]>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)