From 1d753b655e93f2cf325ef1f62b7a4adc2356697b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 19:38:35 +0000 Subject: [PATCH] chore: release v0.2.7 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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"