Skip to content

Commit 34e309a

Browse files
committed
Release 0.2.17
1 parent ef36d69 commit 34e309a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-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", "science", "no-std"]
88
license = "MIT OR Apache-2.0"
99
repository = "https://github.com/rust-num/num-traits"
1010
name = "num-traits"
11-
version = "0.2.16"
11+
version = "0.2.17"
1212
readme = "README.md"
1313
build = "build.rs"
1414
exclude = ["/bors.toml", "/ci/*", "/.github/*"]

RELEASES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Release 0.2.17 (2023-10-07)
2+
3+
- [Fix a doc warning about custom classes with newer rustdoc.][286]
4+
5+
**Contributors**: @robamu
6+
7+
[286]: https://github.com/rust-num/num-traits/pull/286
8+
19
# Release 0.2.16 (2023-07-20)
210

311
- [Upgrade to 2018 edition, **MSRV 1.31**][240]

0 commit comments

Comments
 (0)