Skip to content

Commit

Permalink
Bump version to 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKalbertodt committed Dec 10, 2023
1 parent 042c78f commit 15c729d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.


## [Unreleased]

## [0.2.5] - 2023-12-10
- Add `#[config(partial_attr(...))]` struct attribute to specify attributes for
the partial type.
- Allow "yes" and "no" as values when deserializing `bool` from env. Also, the
Expand Down Expand Up @@ -101,7 +103,8 @@ All notable changes to this project will be documented in this file.
- Everything.


[Unreleased]: https://github.com/LukasKalbertodt/confique/compare/v0.2.4...HEAD
[Unreleased]: https://github.com/LukasKalbertodt/confique/compare/v0.2.5...HEAD
[0.2.5]: https://github.com/LukasKalbertodt/confique/compare/v0.2.4...v0.2.5
[0.2.4]: https://github.com/LukasKalbertodt/confique/compare/v0.2.3...v0.2.4
[0.2.3]: https://github.com/LukasKalbertodt/confique/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/LukasKalbertodt/confique/compare/v0.2.1...v0.2.2
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "confique"
version = "0.2.4"
version = "0.2.5"
authors = ["Lukas Kalbertodt <[email protected]>"]
edition = "2021"

Expand All @@ -26,7 +26,7 @@ yaml = ["serde_yaml"]


[dependencies]
confique-macro = { version = "=0.0.8", path = "macro" }
confique-macro = { version = "=0.0.9", path = "macro" }
json5 = { version = "0.4.1", optional = true }
serde = { version = "1", features = ["derive"] }
serde_yaml = { version = "0.9", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "confique-macro"
version = "0.0.8"
version = "0.0.9"
authors = ["Lukas Kalbertodt <[email protected]>"]
edition = "2021"

Expand Down

0 comments on commit 15c729d

Please sign in to comment.