v0.1.2
This commit is contained in:
parent
e2569e64ad
commit
ddd9a3c5ba
3 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,4 +1,4 @@
|
|||
//! Port of MUSL's libm to Rust
|
||||
//! libm in pure Rust
|
||||
//!
|
||||
//! # Usage
|
||||
//!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue