This repository was archived by the owner on Apr 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license = "MIT AND (MIT OR Apache-2.0)"
88name = " libm"
99readme = " README.md"
1010repository = " https://github.com/rust-lang/libm"
11- version = " 0.2.10 "
11+ version = " 0.2.11 "
1212edition = " 2021"
1313exclude = [" /ci/" , " /.github/workflows/" ]
1414rust-version = " 1.63"
You can’t perform that action at this time.
0 commit comments