Skip to content

Commit b5b7ee9

Browse files
committed
Release 0.4.2
1 parent 5ffc290 commit b5b7ee9

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 OR Apache-2.0"
99
name = "num-derive"
1010
repository = "https://github.com/rust-num/num-derive"
11-
version = "0.4.1"
11+
version = "0.4.2"
1212
readme = "README.md"
1313
exclude = ["/bors.toml", "/ci/*", "/.github/*"]
1414
edition = "2021"

RELEASES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Release 0.4.2 (2024-02-06)
2+
3+
- [Use anon-const to avoid RFC 3373 warnings.][62]
4+
5+
[62]: https://github.com/rust-num/num-derive/pull/62
6+
17
# Release 0.4.1 (2023-10-07)
28

39
- [Make `Float` work with `no_std`][56] -- thanks @vkahl!

0 commit comments

Comments
 (0)