This repository was archived by the owner on Apr 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +42
-1
lines changed Expand file tree Collapse file tree 4 files changed +42
-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"
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## [ Unreleased]
9
+
10
+ ## [ 0.1.0] ( https://github.com/rust-lang/libm/releases/tag/libm-macros-v0.1.0 ) - 2024-10-28
11
+
12
+ ### Other
13
+
14
+ - Add a procedural macro for expanding all function signatures
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## [ Unreleased]
9
+
10
+ ## [ 0.1.0] ( https://github.com/rust-lang/libm/releases/tag/musl-math-sys-v0.1.0 ) - 2024-10-28
11
+
12
+ ### Other
13
+
14
+ - Introduce ` musl-math-sys ` for bindings to musl math symbols
You can’t perform that action at this time.
0 commit comments