Skip to content

Commit 6314dde

Browse files
committed
chore: Release config version 0.15.24
1 parent edd5da5 commit 6314dde

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.15.24] - 2026-06-16
11+
1012
### Fixes
1113

1214
- *(json)* Support `u64`, and not just `i64`
@@ -663,7 +665,8 @@ update its MSRV.
663665
Initial release.
664666

665667
<!-- next-url -->
666-
[Unreleased]: https://github.com/rust-cli/config-rs/compare/v0.15.23...HEAD
668+
[Unreleased]: https://github.com/rust-cli/config-rs/compare/v0.15.24...HEAD
669+
[0.15.24]: https://github.com/rust-cli/config-rs/compare/v0.15.23...v0.15.24
667670
[0.15.23]: https://github.com/rust-cli/config-rs/compare/v0.15.22...v0.15.23
668671
[0.15.22]: https://github.com/rust-cli/config-rs/compare/v0.15.21...v0.15.22
669672
[0.15.21]: https://github.com/rust-cli/config-rs/compare/v0.15.20...v0.15.21

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ lto = true
9696

9797
[package]
9898
name = "config"
99-
version = "0.15.23"
99+
version = "0.15.24"
100100
description = "Layered configuration system for Rust applications."
101101
categories = ["config"]
102102
keywords = ["config", "configuration", "settings", "env", "environment"]

0 commit comments

Comments
 (0)