rust-lang / libm

A port of MUSL's libm to Rust.
Other
547 stars 97 forks source link

chore: release v0.2.11 #338

Closed github-actions[bot] closed 3 weeks ago

github-actions[bot] commented 3 weeks ago

🤖 New release

Changelog

## [0.2.11](https://github.com/rust-lang/libm/compare/libm-v0.2.10...libm-v0.2.11) - 2024-10-28 ### Fixed - fix type of constants in ported sincosf ([#331](https://github.com/rust-lang/libm/pull/331)) ### Other - Disable a unit test that is failing on i586 - Add a procedural macro for expanding all function signatures - Introduce `musl-math-sys` for bindings to musl math symbols - Add basic docstrings to some functions ([#337](https://github.com/rust-lang/libm/pull/337))


This PR was generated with release-plz.