Skip to content

Commit

Permalink
Merge #289
Browse files Browse the repository at this point in the history
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 <cuviper@gmail.com>
  • Loading branch information
bors[bot] and cuviper committed Oct 7, 2023
2 parents ef36d69 + 34e309a commit 0a27d8c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ categories = ["algorithms", "science", "no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-num/num-traits"
name = "num-traits"
version = "0.2.16"
version = "0.2.17"
readme = "README.md"
build = "build.rs"
exclude = ["/bors.toml", "/ci/*", "/.github/*"]
Expand Down
8 changes: 8 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Release 0.2.17 (2023-10-07)

- [Fix a doc warning about custom classes with newer rustdoc.][286]

**Contributors**: @robamu

[286]: https://github.com/rust-num/num-traits/pull/286

# Release 0.2.16 (2023-07-20)

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

0 comments on commit 0a27d8c

Please sign in to comment.