Bump to v1.3.0

This commit is contained in:
Romain Ruetschi
2017-08-03 17:52:19 +02:00
parent 5ade413faf
commit e4cfa7673c
2 changed files with 7 additions and 2 deletions

View File

@ -1,10 +1,15 @@
# Changelog
## [Unreleased](https://github.com/SpinResearch/merkle.rs/compare/1.1.0...master)
## [Unreleased](https://github.com/SpinResearch/merkle.rs/compare/1.3.0...master)
> Nothing yet.
## [1.3.0](https://github.com/SpinResearch/merkle.rs/compare/1.2.0...1.3.0) - 2017-08-03
## Changed
- Upgrade to *ring* 0.11 ([@romac](https://github.com/romac))
## [1.2.0](https://github.com/SpinResearch/merkle.rs/compare/1.1.0...1.2.0) - 2017-05-07
## Changed

View File

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