File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## [ Unreleased]
7
7
8
+ ...
9
+
10
+ ## [ v0.1.4] - 2019-06-12
11
+
12
+ ### Fixed
13
+ - Restored compatibility with Rust 1.31.0
14
+
15
+ ## [ v0.1.3] - 2019-05-14
16
+
8
17
### Added
9
18
10
19
- minf
@@ -81,6 +90,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
81
90
82
91
- Initial release
83
92
84
- [ Unreleased ] : https://github.com/japaric/libm/compare/v0.1.2...HEAD
93
+ [ Unreleased ] : https://github.com/japaric/libm/compare/v0.1.4...HEAD
94
+ [ v0.1.4 ] : https://github.com/japaric/libm/compare/0.1.3...v0.1.4
95
+ [ v0.1.3 ] : https://github.com/japaric/libm/compare/v0.1.2...0.1.3
85
96
[ v0.1.2 ] : https://github.com/japaric/libm/compare/v0.1.1...v0.1.2
86
97
[ 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/rust-lang-nursery/libm"
10
- version = " 0.1.3 "
10
+ version = " 0.1.4 "
11
11
edition = " 2018"
12
12
13
13
[features ]
You can’t perform that action at this time.
0 commit comments