You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
6
6
## [Unreleased]
7
7
8
+
## [0.2.6] - 2024-10-10
9
+
- Fix compile errors when using `confique` derive without having `serde` in your direct dependencies (see [#38](https://github.com/LukasKalbertodt/confique/issues/38)).
10
+
- Update `toml` dependency to 0.8
11
+
- Fix some typos in docs
12
+
8
13
## [0.2.5] - 2023-12-10
9
14
- Add `#[config(partial_attr(...))]` struct attribute to specify attributes for
10
15
the partial type.
@@ -103,7 +108,8 @@ All notable changes to this project will be documented in this file.
0 commit comments