Skip to content

Commit 2e3499d

Browse files
authored
Merge pull request rust-lang#184 from eldruin/prepare-release-0.1.4
Prepare release 0.1.4
2 parents 5bba264 + 60486fd commit 2e3499d

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff 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

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/rust-lang-nursery/libm"
10-
version = "0.1.3"
10+
version = "0.1.4"
1111
edition = "2018"
1212

1313
[features]

0 commit comments

Comments
 (0)