Skip to content

Commit

Permalink
chore: Release config version 0.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jan 10, 2025
1 parent f763f6b commit 9a0c1a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.15.5] - 2025-01-10

### Fixes

- Include the `key` on all serde errors
Expand Down Expand Up @@ -533,7 +535,8 @@ update its MSRV.
Initial release.

<!-- next-url -->
[Unreleased]: https://github.com/rust-cli/config-rs/compare/v0.15.4...HEAD
[Unreleased]: https://github.com/rust-cli/config-rs/compare/v0.15.5...HEAD
[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
[0.15.3]: https://github.com/rust-cli/config-rs/compare/v0.15.2...v0.15.3
[0.15.2]: https://github.com/rust-cli/config-rs/compare/v0.15.1...v0.15.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ zero_sized_map_values = "warn"

[package]
name = "config"
version = "0.15.4"
version = "0.15.5"
description = "Layered configuration system for Rust applications."
categories = ["config"]
keywords = ["config", "configuration", "settings", "env", "environment"]
Expand Down

0 comments on commit 9a0c1a1

Please sign in to comment.