Merge pull request rust-lang/libm#328 from rust-lang/release-plz-2024-10-27T01-33-20Z

chore: release v0.2.10
This commit is contained in:
Trevor Gross 2024-10-27 22:53:12 -05:00 committed by GitHub
commit 773d121a20
2 changed files with 7 additions and 1 deletions

View file

@ -8,6 +8,12 @@ and this project adheres to
## [Unreleased]
## [0.2.10](https://github.com/rust-lang/libm/compare/libm-v0.2.9...libm-v0.2.10) - 2024-10-28
### Other
- Set the MSRV to 1.63 and test this in CI
## [0.2.9](https://github.com/rust-lang/libm/compare/libm-v0.2.8...libm-v0.2.9) - 2024-10-26
### Fixed

View file

@ -8,7 +8,7 @@ license = "MIT AND (MIT OR Apache-2.0)"
name = "libm"
readme = "README.md"
repository = "https://github.com/rust-lang/libm"
version = "0.2.9"
version = "0.2.10"
edition = "2021"
exclude = ["/ci/", "/.github/workflows/"]
rust-version = "1.63"