Skip to content

Commit 8c10215

Browse files
committed
chore: Release config version 0.15.1
1 parent a6e6a4a commit 8c10215

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

1214
- Don't crash on `get(arr[-1])` on empty arrays
@@ -504,6 +506,7 @@ update its MSRV.
504506
Initial release.
505507

506508
<!-- next-url -->
507-
[Unreleased]: https://github.com/rust-cli/config-rs/compare/v0.15.0...HEAD
509+
[Unreleased]: https://github.com/rust-cli/config-rs/compare/v0.15.1...HEAD
510+
[0.15.1]: https://github.com/rust-cli/config-rs/compare/v0.15.0...v0.15.1
508511
[0.15.0]: https://github.com/rust-cli/config-rs/compare/v0.14.1...v0.15.0
509512
[0.14.1]: https://github.com/rust-cli/config-rs/compare/0.14.0...v0.14.1

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

0 commit comments

Comments
 (0)