File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
## [ Unreleased] - ReleaseDate
10
10
11
+ # [ 0.2.5] - 2024-06-20
12
+
13
+ # Changed
14
+ - Don't name the output of the const block to work around ` non_local_definitions ` error (#47 )
15
+ - Reference the ` core ` crate correctly to avoid clashes with modules named ` core ` (#45 )
16
+ - Explicitly list MSRV in Cargo.toml (#51 )
17
+ - Bump edition to 2021 (#51 )
18
+
11
19
# [ 0.2.4] - 2022-05-02
12
20
13
21
## Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " displaydoc"
3
- version = " 0.2.4"
3
+ version = " 0.2.5"
4
+ rust-version = " 1.56.0"
4
5
authors = [
" Jane Lusby <[email protected] >" ]
5
- edition = " 2018 "
6
+ edition = " 2021 "
6
7
license = " MIT OR Apache-2.0"
7
8
readme = " README.md"
8
9
repository = " https://github.com/yaahc/displaydoc"
You can’t perform that action at this time.
0 commit comments