Skip to content

Commit 0a79a43

Browse files
Bump version to 0.2.4
1 parent 4fdfb82 commit 0a79a43

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55

66
## [Unreleased]
77

8+
## [0.2.4] - 2023-07-02
9+
- Fixed enum deserialization from env values
10+
811
## [0.2.3] - 2023-03-10
912
### Fixed
1013
- Add `#[allow(missing_docs)]` to some generated code to avoid problems in
@@ -93,7 +96,8 @@ All notable changes to this project will be documented in this file.
9396
- Everything.
9497

9598

96-
[Unreleased]: https://github.com/LukasKalbertodt/confique/compare/v0.2.3...HEAD
99+
[Unreleased]: https://github.com/LukasKalbertodt/confique/compare/v0.2.4...HEAD
100+
[0.2.4]: https://github.com/LukasKalbertodt/confique/compare/v0.2.3...v0.2.4
97101
[0.2.3]: https://github.com/LukasKalbertodt/confique/compare/v0.2.2...v0.2.3
98102
[0.2.2]: https://github.com/LukasKalbertodt/confique/compare/v0.2.1...v0.2.2
99103
[0.2.1]: https://github.com/LukasKalbertodt/confique/compare/v0.2.0...v0.2.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "confique"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>"]
55
edition = "2021"
66

0 commit comments

Comments
 (0)