Skip to content

Commit

Permalink
Bump version to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed May 15, 2018
1 parent cc7fccc commit 779b8b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@

# Changelog

## [Unreleased](https://github.com/SpinResearch/merkle.rs/compare/1.6.0...master)

- Support serde with the feature flag `serialization-serde`.
## [Unreleased](https://github.com/SpinResearch/merkle.rs/compare/1.7.0...master)

> Nothing yet.
## [1.7.0](https://github.com/SpinResearch/merkle.rs/compare/1.6.0...1.7.0) - 2018-05-15

## Added
- Add optional `serde` support with the feature flag `serialization-serde`. ([@afck](https://github.com/afck))

## [1.6.0](https://github.com/SpinResearch/merkle.rs/compare/1.5.0...1.6.0) - 2018-05-15

### Changed
- Update to support rust-protobuf v1.6.0 ([@nvesely](https://github.com/nvesely))
- Update to support rust-protobuf v1.6.0. ([@nvesely](https://github.com/nvesely))

## [1.5.0](https://github.com/SpinResearch/merkle.rs/compare/1.4.1...1.5.0) - 2017-09-24

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "merkle"
version = "1.6.1-pre"
version = "1.7.0"
authors = [
"Frederic Jacobs <[email protected]>",
"Dylan Bourgeois <[email protected]>",
Expand Down

0 comments on commit 779b8b3

Please sign in to comment.