Skip to content

Commit 3931f4c

Browse files
committed
chore: Release config version 0.15.15
1 parent 1e85483 commit 3931f4c

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.15] - 2025-08-29
11+
1012
### Fixes
1113

1214
- *(json5)* Correctly deserialize `null` (regressed in 0.15.14)
@@ -601,7 +603,8 @@ update its MSRV.
601603
Initial release.
602604

603605
<!-- next-url -->
604-
[Unreleased]: https://github.com/rust-cli/config-rs/compare/v0.15.14...HEAD
606+
[Unreleased]: https://github.com/rust-cli/config-rs/compare/v0.15.15...HEAD
607+
[0.15.15]: https://github.com/rust-cli/config-rs/compare/v0.15.14...v0.15.15
605608
[0.15.14]: https://github.com/rust-cli/config-rs/compare/v0.15.13...v0.15.14
606609
[0.15.13]: https://github.com/rust-cli/config-rs/compare/v0.15.12...v0.15.13
607610
[0.15.12]: https://github.com/rust-cli/config-rs/compare/v0.15.11...v0.15.12

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.14"
100+
version = "0.15.15"
101101
description = "Layered configuration system for Rust applications."
102102
categories = ["config"]
103103
keywords = ["config", "configuration", "settings", "env", "environment"]

0 commit comments

Comments
 (0)