8000 chore: release v0.2.11 · rust-lang/libm@082ef50 · GitHub
[go: up one dir, main page]

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

Commit 082ef50

Browse files
chore: release v0.2.11
1 parent 6bbbed5 commit 082ef50

File tree

4 files changed

+42
-1
lines changed

4 files changed

+42
-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"

crates/libm-macros/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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

crates/musl-math-sys/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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

0 commit comments

Comments
 (0)
0