Skip to content

Commit 6b67330

Browse files
authored
Merge pull request rust-lang/libm#328 from rust-lang/release-plz-2024-10-27T01-33-20Z
chore: release v0.2.10
2 parents 074508c + e87d96e commit 6b67330

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

libm/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [0.2.10](https://github.com/rust-lang/libm/compare/libm-v0.2.9...libm-v0.2.10) - 2024-10-28
12+
13+
### Other
14+
15+
- Set the MSRV to 1.63 and test this in CI
16+
1117
## [0.2.9](https://github.com/rust-lang/libm/compare/libm-v0.2.8...libm-v0.2.9) - 2024-10-26
1218

1319
### Fixed

libm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT AND (MIT OR Apache-2.0)"
88
name = "libm"
99
readme = "README.md"
1010
repository = "https://github.com/rust-lang/libm"
11-
version = "0.2.9"
11+
version = "0.2.10"
1212
edition = "2021"
1313
exclude = ["/ci/", "/.github/workflows/"]
1414
rust-version = "1.63"

0 commit comments

Comments
 (0)