Skip to content

Commit e3ab957

Browse files
committed
chore: Release config version 0.15.3
1 parent 2e4b467 commit e3ab957

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.3] - 2024-12-19
11+
1012
### Internal
1113

1214
- Clean ups
@@ -517,7 +519,8 @@ update its MSRV.
517519
Initial release.
518520

519521
<!-- next-url -->
520-
[Unreleased]: https://github.com/rust-cli/config-rs/compare/v0.15.2...HEAD
522+
[Unreleased]: https://github.com/rust-cli/config-rs/compare/v0.15.3...HEAD
523+
[0.15.3]: https://github.com/rust-cli/config-rs/compare/v0.15.2...v0.15.3
521524
[0.15.2]: https://github.com/rust-cli/config-rs/compare/v0.15.1...v0.15.2
522525
[0.15.1]: https://github.com/rust-cli/config-rs/compare/v0.15.0...v0.15.1
523526
[0.15.0]: https://github.com/rust-cli/config-rs/compare/v0.14.1...v0.15.0

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

0 commit comments

Comments
 (0)