Skip to content

Commit 11e1e3c

Browse files
committed
Fix errata in changelog link for v0.2.2
1 parent db5e994 commit 11e1e3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Removed
1313

14-
## [v0.2.2]
14+
## [0.2.2]
1515
### Added
1616
* Add & delegate all non-length-reducing methods of `std::string::String` to the inner `String`.
1717

@@ -33,6 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3333
* `new` constructor now returns a `Result` rather than an `Option`, which contains the original string
3434

3535
[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
36+
[0.2.2]: https://github.com/MidasLamb/non-empty-string/compare/v0.2.1...v0.2.2
3737
[0.2.1]: https://github.com/MidasLamb/non-empty-string/compare/v0.2.0...v0.2.1
3838
[0.2.0]: https://github.com/MidasLamb/non-empty-string/compare/v0.1.0...v0.2.0

0 commit comments

Comments
 (0)