Skip to content

Commit 75bdb15

Browse files
committed
chore: Release config version 0.15.16
1 parent 9ad97be commit 75bdb15

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

10+
## [0.15.16] - 2025-09-15
11+
1012
### Performance
1113

1214
- Allow more build parallelism by depending on [`serde_core`](https://crates.io/crates/serde_core)
@@ -607,7 +609,8 @@ update its MSRV.
607609
Initial release.
608610

609611
<!-- next-url -->
610-
[Unreleased]: https://github.com/rust-cli/config-rs/compare/v0.15.15...HEAD
612+
[Unreleased]: https://github.com/rust-cli/config-rs/compare/v0.15.16...HEAD
613+
[0.15.16]: https://github.com/rust-cli/config-rs/compare/v0.15.15...v0.15.16
611614
[0.15.15]: https://github.com/rust-cli/config-rs/compare/v0.15.14...v0.15.15
612615
[0.15.14]: https://github.com/rust-cli/config-rs/compare/v0.15.13...v0.15.14
613616
[0.15.13]: https://github.com/rust-cli/config-rs/compare/v0.15.12...v0.15.13

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
@@ -97,7 +97,7 @@ lto = true
9797

9898
[package]
9999
name = "config"
100-
version = "0.15.15"
100+
version = "0.15.16"
101101
description = "Layered configuration system for Rust applications."
102102
categories = ["config"]
103103
keywords = ["config", "configuration", "settings", "env", "environment"]

0 commit comments

Comments
 (0)