This repository was archived by the owner on Apr 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 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/).
55
66## [ Unreleased]
77
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+
817### Added
918
1019- minf
@@ -81,6 +90,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
8190
8291- Initial release
8392
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
8596[ v0.1.2 ] : https://github.com/japaric/libm/compare/v0.1.1...v0.1.2
8697[ 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"]
77license = " MIT OR Apache-2.0"
88name = " libm"
99repository = " https://github.com/rust-lang-nursery/libm"
10- version = " 0.1.3 "
10+ version = " 0.1.4 "
1111edition = " 2018"
1212
1313[features ]
You can’t perform that action at this time.
0 commit comments