Skip to content

Commit 2ee2c63

Browse files
committed
chore: Release config version 0.15.9
1 parent 593924b commit 2ee2c63

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

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](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.15.9] - 2025-03-04
11+
1012
### Compatibility
1113

1214
- Upgrade to `yaml-rust2` 0.10
@@ -561,7 +563,8 @@ update its MSRV.
561563
Initial release.
562564

563565
<!-- next-url -->
564-
[Unreleased]: https://github.com/rust-cli/config-rs/compare/v0.15.8...HEAD
566+
[Unreleased]: https://github.com/rust-cli/config-rs/compare/v0.15.9...HEAD
567+
[0.15.9]: https://github.com/rust-cli/config-rs/compare/v0.15.8...v0.15.9
565568
[0.15.8]: https://github.com/rust-cli/config-rs/compare/v0.15.7...v0.15.8
566569
[0.15.7]: https://github.com/rust-cli/config-rs/compare/v0.15.6...v0.15.7
567570
[0.15.6]: https://github.com/rust-cli/config-rs/compare/v0.15.5...v0.15.6

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
@@ -87,7 +87,7 @@ zero_sized_map_values = "warn"
8787

8888
[package]
8989
name = "config"
90-
version = "0.15.8"
90+
version = "0.15.9"
9191
description = "Layered configuration system for Rust applications."
9292
categories = ["config"]
9393
keywords = ["config", "configuration", "settings", "env", "environment"]

0 commit comments

Comments
 (0)