Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Oct 7, 2023
1 parent 2c5013e commit fc6292d
Show file tree
Hide file tree
Showing 2 changed files with 11 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.0"
version = "0.4.1"
readme = "README.md"
exclude = ["/bors.toml", "/ci/*", "/.github/*"]
edition = "2021"
Expand Down
10 changes: 10 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Release 0.4.1 (2023-10-07)

- [Make `Float` work with `no_std`][56] -- thanks @vkahl!
- [Emit full paths for `Option` and `Result`.][57]
- [Add derive macro for `num_traits::Signed` and `Unsigned`][55] -- thanks @tdelabro!

[55]: https://github.com/rust-num/num-derive/pull/55
[56]: https://github.com/rust-num/num-derive/pull/56
[57]: https://github.com/rust-num/num-derive/pull/57

# Release 0.4.0 (2023-06-29)

- [Update to syn-2][54] -- thanks @maurer!
Expand Down

0 comments on commit fc6292d

Please sign in to comment.