Skip to content

Commit 297df8b

Browse files
committed
v0.1.1
1 parent 6d7626c commit 297df8b

File tree

2 files changed

+38
-2
lines changed

2 files changed

+38
-2
lines changed

CHANGELOG.md

+37-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,44 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [v0.1.1] - 2018-07-14
9+
10+
### Added
11+
12+
- acos
13+
- acosf
14+
- asin
15+
- asinf
16+
- atanf
17+
- cbrt
18+
- cbrtf
19+
- ceil
20+
- ceilf
21+
- cosf
22+
- exp
23+
- exp2
24+
- exp2f
25+
- expm1
26+
- expm1f
27+
- fdim
28+
- fdimf
29+
- floorf
30+
- fma
31+
- fmod
32+
- log
33+
- log2
34+
- log10
35+
- log10f
36+
- log1p
37+
- log1pf
38+
- log2f
39+
- roundf
40+
- sinf
41+
- tanf
42+
843
## v0.1.0 - 2018-07-13
944

1045
- Initial release
1146

12-
[Unreleased]: https://github.com/japaric/libm/compare/v0.1.0...HEAD
47+
[Unreleased]: https://github.com/japaric/libm/compare/v0.1.1...HEAD
48+
[v0.1.1]: https://github.com/japaric/libm/compare/v0.1.0...v0.1.1

Cargo.toml

+1-1
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.0"
10+
version = "0.1.1"
1111

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

0 commit comments

Comments
 (0)