Skip to content

Commit 5d32848

Browse files
authored
Merge pull request rust-lang#328 from rust-lang/release-plz-2024-10-27T01-33-20Z
chore: release v0.2.10
2 parents 6325b92 + 5c948cb commit 5d32848

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

Cargo.toml

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