Merge pull request rust-lang/libm#184 from eldruin/prepare-release-0.1.4
Prepare release 0.1.4
This commit is contained in:
commit
36d8cfd155
2 changed files with 13 additions and 2 deletions
|
|
@ -5,6 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
...
|
||||
|
||||
## [v0.1.4] - 2019-06-12
|
||||
|
||||
### Fixed
|
||||
- Restored compatibility with Rust 1.31.0
|
||||
|
||||
## [v0.1.3] - 2019-05-14
|
||||
|
||||
### Added
|
||||
|
||||
- minf
|
||||
|
|
@ -81,6 +90,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
|
||||
- Initial release
|
||||
|
||||
[Unreleased]: https://github.com/japaric/libm/compare/v0.1.2...HEAD
|
||||
[Unreleased]: https://github.com/japaric/libm/compare/v0.1.4...HEAD
|
||||
[v0.1.4]: https://github.com/japaric/libm/compare/0.1.3...v0.1.4
|
||||
[v0.1.3]: https://github.com/japaric/libm/compare/v0.1.2...0.1.3
|
||||
[v0.1.2]: https://github.com/japaric/libm/compare/v0.1.1...v0.1.2
|
||||
[v0.1.1]: https://github.com/japaric/libm/compare/v0.1.0...v0.1.1
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ keywords = ["libm", "math"]
|
|||
license = "MIT OR Apache-2.0"
|
||||
name = "libm"
|
||||
repository = "https://github.com/rust-lang-nursery/libm"
|
||||
version = "0.1.3"
|
||||
version = "0.1.4"
|
||||
edition = "2018"
|
||||
|
||||
[features]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue