chore: release v0.2.10

This commit is contained in:
github-actions[bot] 2024-10-28 03:49:48 +00:00 committed by Trevor Gross
parent bc84f02bae
commit 476585d6a0
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"