Skip to content

Commit 7d46700

Browse files
committed
chore: Release config version 0.15.0
1 parent 0a156fc commit 7d46700

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.0] - 2024-12-17
11+
1012
### Compatibility
1113

1214
- `ConfigError` is no longer exhaustive
@@ -497,5 +499,6 @@ update its MSRV.
497499
Initial release.
498500

499501
<!-- next-url -->
500-
[Unreleased]: https://github.com/rust-ci/config-rs/compare/v0.14.1...HEAD
502+
[Unreleased]: https://github.com/rust-ci/config-rs/compare/v0.15.0...HEAD
503+
[0.15.0]: https://github.com/rust-ci/config-rs/compare/v0.14.1...v0.15.0
501504
[0.14.1]: https://github.com/rust-cli/config-rs/compare/0.14.0...v0.14.1

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

0 commit comments

Comments
 (0)