Skip to content

Commit 3d24a97

Browse files
bors[bot]cuviper
andauthored
Merge #107
107: Release 0.4.1 r=cuviper a=cuviper Co-authored-by: Josh Stone <cuviper@gmail.com>
2 parents 08ad135 + 3355367 commit 3d24a97

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-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.4.0"
11+
version = "0.4.1"
1212
readme = "README.md"
1313
exclude = ["/bors.toml", "/ci/*", "/.github/*"]
1414
edition = "2018"

RELEASES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Release 0.4.1 (2022-06-23)
2+
3+
- [Fewer `clone` calls are used when reducing a new `Ratio<T>`][98].
4+
- [Conversions to floating point are better at avoiding underflow][104].
5+
- [`Ratio<T>` now implements `Default`][105], returning a zero value.
6+
7+
**Contributors**: @cuviper, @lemmih, @MattX
8+
9+
[98]: https://github.com/rust-num/num-rational/pull/98
10+
[104]: https://github.com/rust-num/num-rational/pull/104
11+
[105]: https://github.com/rust-num/num-rational/pull/105
12+
113
# Release 0.4.0 (2021-03-05)
214

315
- The optional `num-bigint` dependency is now 0.4.

0 commit comments

Comments
 (0)