Skip to content

Commit c297a4e

Browse files
committed
chore: Release config version 0.15.13
1 parent badde41 commit c297a4e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

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](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.15.13] - 2025-07-09
11+
1012
### Fixes
1113

1214
- Skip UTF-8 BOMs when reading files
@@ -589,7 +591,8 @@ update its MSRV.
589591
Initial release.
590592

591593
<!-- next-url -->
592-
[Unreleased]: https://github.com/rust-cli/config-rs/compare/v0.15.12...HEAD
594+
[Unreleased]: https://github.com/rust-cli/config-rs/compare/v0.15.13...HEAD
595+
[0.15.13]: https://github.com/rust-cli/config-rs/compare/v0.15.12...v0.15.13
593596
[0.15.12]: https://github.com/rust-cli/config-rs/compare/v0.15.11...v0.15.12
594597
[0.15.11]: https://github.com/rust-cli/config-rs/compare/v0.15.10...v0.15.11
595598
[0.15.10]: https://github.com/rust-cli/config-rs/compare/v0.15.9...v0.15.10

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
@@ -97,7 +97,7 @@ lto = true
9797

9898
[package]
9999
name = "config"
100-
version = "0.15.12"
100+
version = "0.15.13"
101101
description = "Layered configuration system for Rust applications."
102102
categories = ["config"]
103103
keywords = ["config", "configuration", "settings", "env", "environment"]

0 commit comments

Comments
 (0)