Skip to content

Commit 6f04dab

Browse files
committed
v0.1.2
1 parent d65f60f commit 6f04dab

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [v0.1.2] - 2018-07-18
9+
810
### Added
911

1012
- acosf
@@ -72,5 +74,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7274

7375
- Initial release
7476

75-
[Unreleased]: https://github.com/japaric/libm/compare/v0.1.1...HEAD
77+
[Unreleased]: https://github.com/japaric/libm/compare/v0.1.2...HEAD
78+
[v0.1.2]: https://github.com/japaric/libm/compare/v0.1.1...v0.1.2
7679
[v0.1.1]: https://github.com/japaric/libm/compare/v0.1.0...v0.1.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["libm", "math"]
77
license = "MIT OR Apache-2.0"
88
name = "libm"
99
repository = "https://github.com/japaric/libm"
10-
version = "0.1.1"
10+
version = "0.1.2"
1111

1212
[workspace]
1313
members = ["cb", "test-generator"]

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Port of MUSL's libm to Rust
1+
//! libm in pure Rust
22
//!
33
//! # Usage
44
//!

0 commit comments

Comments
 (0)