This commit is contained in:
Jorge Aparicio 2018-07-18 11:48:47 -05:00
parent e2569e64ad
commit ddd9a3c5ba
3 changed files with 6 additions and 3 deletions

View file

@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
## [v0.1.2] - 2018-07-18
### Added
- acosf
@ -72,5 +74,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Initial release
[Unreleased]: https://github.com/japaric/libm/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/japaric/libm/compare/v0.1.2...HEAD
[v0.1.2]: https://github.com/japaric/libm/compare/v0.1.1...v0.1.2
[v0.1.1]: https://github.com/japaric/libm/compare/v0.1.0...v0.1.1

View file

@ -7,7 +7,7 @@ keywords = ["libm", "math"]
license = "MIT OR Apache-2.0"
name = "libm"
repository = "https://github.com/japaric/libm"
version = "0.1.1"
version = "0.1.2"
[workspace]
members = ["cb", "test-generator"]

View file

@ -1,4 +1,4 @@
//! Port of MUSL's libm to Rust
//! libm in pure Rust
//!
//! # Usage
//!