This commit is contained in:
Jorge Aparicio
2018-07-18 11:48:47 -05:00
parent d65f60f242
commit 6f04dab39d
3 changed files with 6 additions and 3 deletions
+4 -1
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
+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"]
+1 -1
View File
@@ -1,4 +1,4 @@
//! Port of MUSL's libm to Rust
//! libm in pure Rust
//!
//! # Usage
//!