Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit cdbf423

Browse files
chore: release v0.2.11
1 parent 7532f81 commit cdbf423

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

99
## [Unreleased]
1010

11+
## [0.2.11](https://github.com/rust-lang/libm/compare/libm-v0.2.10...libm-v0.2.11) - 2024-10-28
12+
13+
### Fixed
14+
15+
- fix type of constants in ported sincosf ([#331](https://github.com/rust-lang/libm/pull/331))
16+
17+
### Other
18+
19+
- Disable a unit test that is failing on i586
20+
- Add a procedural macro for expanding all function signatures
21+
- Introduce `musl-math-sys` for bindings to musl math symbols
22+
- Add basic docstrings to some functions ([#337](https://github.com/rust-lang/libm/pull/337))
23+
1124
## [0.2.10](https://github.com/rust-lang/libm/compare/libm-v0.2.9...libm-v0.2.10) - 2024-10-28
1225

1326
### Other

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.10"
11+
version = "0.2.11"
1212
edition = "2021"
1313
exclude = ["/ci/", "/.github/workflows/"]
1414
rust-version = "1.63"

0 commit comments

Comments
 (0)