Skip to content

Commit e8fbe97

Browse files
committed
Release 0.3.1
1 parent 60d15f0 commit e8fbe97

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ categories = ["algorithms", "data-structures", "science", "no-std"]
88
license = "MIT OR Apache-2.0"
99
name = "num-rational"
1010
repository = "https://github.com/rust-num/num-rational"
11-
version = "0.3.0"
11+
version = "0.3.1"
1212
readme = "README.md"
1313
exclude = ["/bors.toml", "/ci/*", "/.github/*"]
1414
edition = "2018"

RELEASES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Release 0.3.1 (2020-10-29)
2+
3+
- [Handle to_f64() with raw division by zero][83].
4+
- [Better document panic behaviour][84].
5+
- Clarify the license specification as "MIT OR Apache-2.0".
6+
7+
**Contributors**: @cuviper, @zetok
8+
9+
[83]: https://github.com/rust-num/num-rational/pull/83
10+
[84]: https://github.com/rust-num/num-rational/pull/84
11+
112
# Release 0.3.0 (2020-06-13)
213

314
### Enhancements

0 commit comments

Comments
 (0)