Skip to content

Commit 9eb97a3

Browse files
committed
Release 0.2.5
1 parent cd8a697 commit 9eb97a3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ categories = [ "science" ]
88
license = "MIT/Apache-2.0"
99
name = "num-derive"
1010
repository = "https://github.com/rust-num/num-derive"
11-
version = "0.2.4"
11+
version = "0.2.5"
1212
readme = "README.md"
1313
build = "build.rs"
1414
exclude = ["/ci/*", "/.travis.yml", "/bors.toml"]

RELEASES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Release 0.2.5 (2019-04-23)
2+
3+
- [Improved the masking of lints in derived code][23].
4+
5+
[23]: https://github.com/rust-num/num-derive/pull/23
6+
17
# Release 0.2.4 (2019-01-25)
28

39
- [Adjusted dependencies to allow no-std targets][22].

0 commit comments

Comments
 (0)