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
8
8
9
9
## [ Unreleased]
10
10
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
+
11
24
## [ 0.2.10] ( https://github.com/rust-lang/libm/compare/libm-v0.2.9...libm-v0.2.10 ) - 2024-10-28
12
25
13
26
### Other
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license = "MIT AND (MIT OR Apache-2.0)"
8
8
name = " libm"
9
9
readme = " README.md"
10
10
repository = " https://github.com/rust-lang/libm"
11
- version = " 0.2.10 "
11
+ version = " 0.2.11 "
12
12
edition = " 2021"
13
13
exclude = [" /ci/" , " /.github/workflows/" ]
14
14
rust-version = " 1.63"
You can’t perform that action at this time.
0 commit comments