Skip to content

Commit bb4c920

Browse files
bors[bot]cuviper
andauthored
Merge #87
87: Release 0.3.1 r=cuviper a=cuviper Co-authored-by: Josh Stone <cuviper@gmail.com>
2 parents 2a567d3 + e8fbe97 commit bb4c920

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ documentation = "https://docs.rs/num-rational"
55
homepage = "https://github.com/rust-num/num-rational"
66
keywords = ["mathematics", "numerics", "fractions"]
77
categories = ["algorithms", "data-structures", "science", "no-std"]
8-
license = "MIT/Apache-2.0"
8+
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"

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,18 @@ Release notes are available in [RELEASES.md](RELEASES.md).
3434
## Compatibility
3535

3636
The `num-rational` crate is tested for rustc 1.31 and greater.
37+
38+
## License
39+
40+
Licensed under either of
41+
42+
* [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
43+
* [MIT license](http://opensource.org/licenses/MIT)
44+
45+
at your option.
46+
47+
### Contribution
48+
49+
Unless you explicitly state otherwise, any contribution intentionally submitted
50+
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
51+
dual licensed as above, without any additional terms or conditions.

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)