We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e890aa2 commit cb3824fCopy full SHA for cb3824f
CHANGELOG.md
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.2.6](https://github.com/MidasLamb/non-empty-string/compare/v0.2.5...v0.2.6) - 2024-10-15
11
+
12
+### Other
13
14
+- Stop clippy from complaining.
15
+- Formatting and update changelog with 0.2.5
16
+- Update release-plz.yml
17
18
## [0.2.5](https://github.com/MidasLamb/non-empty-string/compare/v0.2.4...v0.2.5) - 2024-10-15
19
20
### Added
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "non-empty-string"
3
-version = "0.2.5"
+version = "0.2.6"
4
edition = "2021"
5
authors = ["Midas Lambrichts <[email protected]>"]
6
license = "MIT OR Apache-2.0"
0 commit comments