Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7f1f4af

Browse files
committedDec 23, 2018
Merge branch 'release/1.0.1'
2 parents e7eb559 + 8f5b998 commit 7f1f4af

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed
 

‎CHANGELOG.md

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
1-
# 0.3
1+
# Changelog
2+
3+
## 1.0.1
4+
5+
* Update the `curve25519-dalek` dev-dependency used for tests to version `1.0`.
6+
7+
## 1.0.0
8+
9+
* Initial stable version.
10+
11+
## 0.3
212

313
* Forces labels to be `&'static`
414
* Merlin-specific domain separator
515
* Use a pointer cast instead of a transmute
616
* Clarify example documentation
717

8-
# 0.2
18+
## 0.2
919

1020
* Adds a TranscriptRng for use by the prover.
1121

12-
# 0.1
22+
## 0.1
1323

1424
* Initial prototype version.
1525

‎Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "merlin"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["Henry de Valence <hdevalence@hdevalence.ca>",
55
"isis agora lovecruft <isis@patternsinthevoid.net>"]
66
readme = "README.md"
@@ -26,7 +26,7 @@ rand = "0.6"
2626

2727
[dev-dependencies]
2828
strobe-rs = "0.3"
29-
curve25519-dalek = "1.0.0-pre.1"
29+
curve25519-dalek = "1"
3030
rand_chacha = "0.1"
3131

3232
[features]

0 commit comments

Comments
 (0)
Please sign in to comment.