diff --git a/CHANGELOG.md b/CHANGELOG.md index 0025d5e..46ff0d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.7](https://github.com/MidasLamb/non-empty-string/compare/v0.2.6...v0.2.7) - 2025-04-09 + +### Other + +- Add msrv check +- *(deps)* bump actions/checkout from 2 to 4 +- Use release-plz to check if we want to release + ## [0.2.6](https://github.com/MidasLamb/non-empty-string/compare/v0.2.5...v0.2.6) - 2025-04-09 ### Added diff --git a/Cargo.toml b/Cargo.toml index a33cee6..bd29dca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "non-empty-string" -version = "0.2.6" +version = "0.2.7" edition = "2021" authors = ["Midas Lambrichts "] license = "MIT OR Apache-2.0"