Skip to content

Commit f33e5c2

Browse files
committed
Update edition and version
1 parent 9b3d435 commit f33e5c2

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Removed
1313

14+
## [0.2.1]
15+
### Added
16+
17+
### Changed
18+
* The error message when using `serde` now indicates that the empty string could not be deserialized.
19+
* Bumped rust edition to `2021`
20+
21+
### Removed
1422
## [0.2.0]
1523
### Added
1624
* `serde` support behind the `serde` feature flag.
@@ -22,5 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2230

2331
### Removed
2432

25-
[Unreleased]: https://github.com/MidasLamb/non-empty-string/v0.2.0...HEAD
33+
[Unreleased]: https://github.com/MidasLamb/non-empty-string/v0.2.1...HEAD
34+
[0.2.1]: https://github.com/MidasLamb/non-empty-string/compare/v0.2.0...v0.2.1
2635
[0.2.0]: https://github.com/MidasLamb/non-empty-string/compare/v0.1.0...v0.2.0

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "non-empty-string"
3-
version = "0.2.0"
4-
edition = "2018"
3+
version = "0.2.1"
4+
edition = "2021"
55
authors = ["Midas Lambrichts <[email protected]>"]
66
license = "MIT OR Apache-2.0"
77
description = "A simple type for non empty Strings, similar to NonZeroUsize and friends."

0 commit comments

Comments
 (0)