Skip to content

Commit 7293108

Browse files
committed
chore: Release config version 0.15.22
1 parent 6b82b25 commit 7293108

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

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.22] - 2026-03-17
11+
1012
### Documentation
1113

1214
- Polish examples
@@ -651,7 +653,8 @@ update its MSRV.
651653
Initial release.
652654

653655
<!-- next-url -->
654-
[Unreleased]: https://github.com/rust-cli/config-rs/compare/v0.15.21...HEAD
656+
[Unreleased]: https://github.com/rust-cli/config-rs/compare/v0.15.22...HEAD
657+
[0.15.22]: https://github.com/rust-cli/config-rs/compare/v0.15.21...v0.15.22
655658
[0.15.21]: https://github.com/rust-cli/config-rs/compare/v0.15.20...v0.15.21
656659
[0.15.20]: https://github.com/rust-cli/config-rs/compare/v0.15.19...v0.15.20
657660
[0.15.19]: https://github.com/rust-cli/config-rs/compare/v0.15.18...v0.15.19

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
@@ -96,7 +96,7 @@ lto = true
9696

9797
[package]
9898
name = "config"
99-
version = "0.15.21"
99+
version = "0.15.22"
100100
description = "Layered configuration system for Rust applications."
101101
categories = ["config"]
102102
keywords = ["config", "configuration", "settings", "env", "environment"]

0 commit comments

Comments
 (0)