Skip to content

Commit 24cd0b9

Browse files
chore: release v0.2.7
1 parent 66415c3 commit 24cd0b9

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.7](https://github.com/MidasLamb/non-empty-string/compare/v0.2.6...v0.2.7) - 2026-01-05
11+
12+
### Other
13+
14+
- Merge pull request #29 from cgzones/try_reserve
15+
- fix comment to link to actual method
16+
- Merge pull request #31 from MidasLamb/dependabot/github_actions/actions/checkout-6
17+
- Merge pull request #26 from cgzones/typo
18+
- Bump delegate dependency
19+
- Add msrv check
20+
- *(deps)* bump actions/checkout from 2 to 4
21+
- Use release-plz to check if we want to release
22+
1023
## [0.2.6](https://github.com/MidasLamb/non-empty-string/compare/v0.2.5...v0.2.6) - 2025-04-09
1124

1225
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "non-empty-string"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
edition = "2021"
55
authors = ["Midas Lambrichts <[email protected]>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)