Skip to content

Commit 532ab4d

Browse files
committed
chore: Release config version 0.15.11
1 parent e57efa2 commit 532ab4d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
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.11] - 2025-03-12
11+
1012
### Features
1113

1214
- Deserialize YAML real keys as strings
@@ -577,7 +579,8 @@ update its MSRV.
577579
Initial release.
578580

579581
<!-- next-url -->
580-
[Unreleased]: https://github.com/rust-cli/config-rs/compare/v0.15.10...HEAD
582+
[Unreleased]: https://github.com/rust-cli/config-rs/compare/v0.15.11...HEAD
583+
[0.15.11]: https://github.com/rust-cli/config-rs/compare/v0.15.10...v0.15.11
581584
[0.15.10]: https://github.com/rust-cli/config-rs/compare/v0.15.9...v0.15.10
582585
[0.15.9]: https://github.com/rust-cli/config-rs/compare/v0.15.8...v0.15.9
583586
[0.15.8]: https://github.com/rust-cli/config-rs/compare/v0.15.7...v0.15.8

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
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.10"
90+
version = "0.15.11"
9191
description = "Layered configuration system for Rust applications."
9292
categories = ["config"]
9393
keywords = ["config", "configuration", "settings", "env", "environment"]

0 commit comments

Comments
 (0)