Skip to content

Commit e402885

Browse files
authored
Merge pull request #51 from Manishearth/bump
Bump to 0.2.5, edition 2021
2 parents 8416762 + 2a1db46 commit e402885

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased] - ReleaseDate
1010

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+
1119
# [0.2.4] - 2022-05-02
1220

1321
## Added

Cargo.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[package]
22
name = "displaydoc"
3-
version = "0.2.4"
3+
version = "0.2.5"
4+
rust-version = "1.56.0"
45
authors = ["Jane Lusby <[email protected]>"]
5-
edition = "2018"
6+
edition = "2021"
67
license = "MIT OR Apache-2.0"
78
readme = "README.md"
89
repository = "https://github.com/yaahc/displaydoc"

0 commit comments

Comments
 (0)