File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ categories = [ "science" ]
8
8
license = " MIT OR Apache-2.0"
9
9
name = " num-derive"
10
10
repository = " https://github.com/rust-num/num-derive"
11
- version = " 0.4.0 "
11
+ version = " 0.4.1 "
12
12
readme = " README.md"
13
13
exclude = [" /bors.toml" , " /ci/*" , " /.github/*" ]
14
14
edition = " 2021"
Original file line number Diff line number Diff line change
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
+
1
11
# Release 0.4.0 (2023-06-29)
2
12
3
13
- [ Update to syn-2] [ 54 ] -- thanks @maurer !
You can’t perform that action at this time.
0 commit comments