From 370c939a1ad6d5b52dcfaa413604ba921773515c Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 30 Jan 2025 13:31:43 -0600 Subject: [PATCH] chore: Release config version 0.15.7 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 887a2352..901bf352 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.15.7] - 2025-01-30 + ### Internal - Update a dependency @@ -545,7 +547,8 @@ update its MSRV. Initial release. -[Unreleased]: https://github.com/rust-cli/config-rs/compare/v0.15.6...HEAD +[Unreleased]: https://github.com/rust-cli/config-rs/compare/v0.15.7...HEAD +[0.15.7]: https://github.com/rust-cli/config-rs/compare/v0.15.6...v0.15.7 [0.15.6]: https://github.com/rust-cli/config-rs/compare/v0.15.5...v0.15.6 [0.15.5]: https://github.com/rust-cli/config-rs/compare/v0.15.4...v0.15.5 [0.15.4]: https://github.com/rust-cli/config-rs/compare/v0.15.3...v0.15.4 diff --git a/Cargo.lock b/Cargo.lock index 2e04c948..bee40e7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -235,7 +235,7 @@ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" [[package]] name = "config" -version = "0.15.6" +version = "0.15.7" dependencies = [ "async-trait", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 1c5b47a4..ee59a055 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ zero_sized_map_values = "warn" [package] name = "config" -version = "0.15.6" +version = "0.15.7" description = "Layered configuration system for Rust applications." categories = ["config"] keywords = ["config", "configuration", "settings", "env", "environment"]