Skip to content

Commit 50ecdb1

Browse files
bors[bot]cuviper
andauthored
Merge #58
58: Release 0.4.1 r=cuviper a=cuviper Co-authored-by: Josh Stone <[email protected]>
2 parents 2c5013e + fc6292d commit 50ecdb1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Cargo.toml

+1-1
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.0"
11+
version = "0.4.1"
1212
readme = "README.md"
1313
exclude = ["/bors.toml", "/ci/*", "/.github/*"]
1414
edition = "2021"

RELEASES.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Release 0.4.1 (2023-10-07)
2+
3+
- [Make `Float` work with `no_std`][56] -- thanks @vkahl!
4+
- [Emit full paths for `Option` and `Result`.][57]
5+
- [Add derive macro for `num_traits::Signed` and `Unsigned`][55] -- thanks @tdelabro!
6+
7+
[55]: https://github.com/rust-num/num-derive/pull/55
8+
[56]: https://github.com/rust-num/num-derive/pull/56
9+
[57]: https://github.com/rust-num/num-derive/pull/57
10+
111
# Release 0.4.0 (2023-06-29)
212

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

0 commit comments

Comments
 (0)