File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ v0.1.2] - 2018-07-18
9
+
8
10
### Added
9
11
10
12
- acosf
@@ -72,5 +74,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
72
74
73
75
- Initial release
74
76
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
76
79
[ v0.1.1 ] : https://github.com/japaric/libm/compare/v0.1.0...v0.1.1
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ keywords = ["libm", "math"]
7
7
license = " MIT OR Apache-2.0"
8
8
name = " libm"
9
9
repository = " https://github.com/japaric/libm"
10
- version = " 0.1.1 "
10
+ version = " 0.1.2 "
11
11
12
12
[workspace ]
13
13
members = [" cb" , " test-generator" ]
Original file line number Diff line number Diff line change 1
- //! Port of MUSL's libm to Rust
1
+ //! libm in pure Rust
2
2
//!
3
3
//! # Usage
4
4
//!
You can’t perform that action at this time.
0 commit comments