Skip to content

Commit 0a27d8c

Browse files
bors[bot]cuviper
andauthored
Merge #289
289: Release 0.2.17 r=cuviper a=cuviper - [Fix a doc warning about custom classes with newer rustdoc.][286] [286]: #286 Co-authored-by: Josh Stone <[email protected]>
2 parents ef36d69 + 34e309a commit 0a27d8c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Cargo.toml

+1-1
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

+8
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)