Skip to content

Commit

Permalink
Release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Feb 6, 2024
1 parent 5ffc290 commit b5b7ee9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ categories = [ "science" ]
license = "MIT OR Apache-2.0"
name = "num-derive"
repository = "https://github.com/rust-num/num-derive"
version = "0.4.1"
version = "0.4.2"
readme = "README.md"
exclude = ["/bors.toml", "/ci/*", "/.github/*"]
edition = "2021"
Expand Down
6 changes: 6 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Release 0.4.2 (2024-02-06)

- [Use anon-const to avoid RFC 3373 warnings.][62]

[62]: https://github.com/rust-num/num-derive/pull/62

# Release 0.4.1 (2023-10-07)

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

0 comments on commit b5b7ee9

Please sign in to comment.