Skip to content

Commit b57cf19

Browse files
committed
chore: Release config version 0.15.6
1 parent 3473de7 commit b57cf19

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
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.6] - 2025-01-14
11+
1012
### Fixes
1113

1214
- Fix regression from 0.15.3 with reading a table from an empty config
@@ -539,7 +541,8 @@ update its MSRV.
539541
Initial release.
540542

541543
<!-- next-url -->
542-
[Unreleased]: https://github.com/rust-cli/config-rs/compare/v0.15.5...HEAD
544+
[Unreleased]: https://github.com/rust-cli/config-rs/compare/v0.15.6...HEAD
545+
[0.15.6]: https://github.com/rust-cli/config-rs/compare/v0.15.5...v0.15.6
543546
[0.15.5]: https://github.com/rust-cli/config-rs/compare/v0.15.4...v0.15.5
544547
[0.15.4]: https://github.com/rust-cli/config-rs/compare/v0.15.3...v0.15.4
545548
[0.15.3]: https://github.com/rust-cli/config-rs/compare/v0.15.2...v0.15.3

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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

0 commit comments

Comments
 (0)