Skip to content

Commit 7b32ced

Browse files
committed
Release 0.2.1
1 parent 94dca31 commit 7b32ced

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Cargo.toml

+1-1
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.0"
11+
version = "0.2.1"
1212
readme = "README.md"
1313

1414
[dependencies]

RELEASES.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Release 0.2.1
2+
3+
- [Updated dependencies][12] -- thanks @spearman!
4+
5+
[12]: https://github.com/rust-num/num-derive/pull/12
6+
17
# Release 0.2.0
28

39
- [Discriminant matching is now simplified][10], casting values directly by

0 commit comments

Comments
 (0)