Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
hdevalence committed Nov 26, 2019
2 parents 5616925 + 1ed350b commit f4623b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.0.0

* Update `rand_core` to `0.5`. Because traits from `rand_core` are part of the
public API, this is technically a breaking change, but there are no other
changes to Merlin's API.

## 1.3.0

* Replace `clear_on_drop` with `zeroize`, and implement `Zeroize` for `Transcript`.
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 = "merlin"
version = "1.3.0"
version = "2.0.0"
authors = ["Henry de Valence <[email protected]>"]
edition = "2018"
readme = "README.md"
Expand Down

0 comments on commit f4623b3

Please sign in to comment.