Bump version to 1.5.0.

This commit is contained in:
Romain Ruetschi
2017-09-24 22:53:08 +02:00
parent b9d1da185d
commit 343c973205
2 changed files with 6 additions and 1 deletions

View File

@ -5,6 +5,11 @@
> Nothing yet. > Nothing yet.
## [1.5.0](https://github.com/SpinResearch/merkle.rs/compare/1.4.1...1.5.0) - 2017-09-24
### Changed
- Update `ring` to v0.12.x. ([@romac](https://github.com/romac))
## [1.4.1](https://github.com/SpinResearch/merkle.rs/compare/1.4.0...1.4.1) - 2017-09-24 ## [1.4.1](https://github.com/SpinResearch/merkle.rs/compare/1.4.0...1.4.1) - 2017-09-24
### Changed ### Changed

View File

@ -1,6 +1,6 @@
[package] [package]
name = "merkle" name = "merkle"
version = "1.4.2-pre" version = "1.5.0"
authors = [ authors = [
"Frederic Jacobs <me@fredericjacobs.com>", "Frederic Jacobs <me@fredericjacobs.com>",
"Dylan Bourgeois <dtsbourg@gmail.com>", "Dylan Bourgeois <dtsbourg@gmail.com>",