Skip to content

Commit 9c6df3a

Browse files
committed
Release 0.2.3
1 parent 1dbcc5d commit 9c6df3a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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/Apache-2.0"
99
name = "num-derive"
1010
repository = "https://github.com/rust-num/num-derive"
11-
version = "0.2.2"
11+
version = "0.2.3"
1212
readme = "README.md"
1313
build = "build.rs"
1414

RELEASES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# Unreleased
1+
# Release 0.2.3 (2018-10-03)
22

33
- [Added newtype deriving][17] for `FromPrimitive`, `ToPrimitive`,
44
`NumOps<Self, Self>`, `NumCast`, `Zero`, `One`, `Num`, and `Float`.
5+
Thanks @asayers!
56

67
[17]: https://github.com/rust-num/num-derive/pull/17
78

0 commit comments

Comments
 (0)