-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update versions and changelog for 0.6.0 (#434)
* update versions and changelog for 0.6.0 * fix typos
- Loading branch information
1 parent
b8ca167
commit 5fa17ed
Showing
8 changed files
with
25 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ edition = "2021" | |
# When releasing to crates.io: | ||
# - Update CHANGELOG.md | ||
# - Create git tag. | ||
version = "0.5.0" | ||
version = "0.6.0" | ||
authors = ["Deirdre Connolly <[email protected]>", "Chelsea Komlo <[email protected]>", "Conrado Gouvea <[email protected]>"] | ||
readme = "README.md" | ||
license = "MIT OR Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ edition = "2021" | |
# - Update html_root_url | ||
# - Update CHANGELOG.md | ||
# - Create git tag. | ||
version = "0.5.0" | ||
version = "0.6.0" | ||
authors = [ | ||
"Deirdre Connolly <[email protected]>", | ||
"Chelsea Komlo <[email protected]>", | ||
|
@@ -23,7 +23,7 @@ features = ["nightly"] | |
|
||
[dependencies] | ||
curve25519-dalek = { version = "=4.0.0-rc.3", features = ["serde", "rand_core"] } | ||
frost-core = { path = "../frost-core", version = "0.5.0", features = ["test-impl"] } | ||
frost-core = { path = "../frost-core", version = "0.6.0", features = ["test-impl"] } | ||
rand_core = "0.6" | ||
sha2 = "0.10.2" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ edition = "2021" | |
# When releasing to crates.io: | ||
# - Update CHANGELOG.md | ||
# - Create git tag. | ||
version = "0.5.0" | ||
version = "0.6.0" | ||
authors = [ | ||
"Deirdre Connolly <[email protected]>", | ||
"Chelsea Komlo <[email protected]>", | ||
|
@@ -22,7 +22,7 @@ features = ["nightly"] | |
|
||
[dependencies] | ||
ed448-goldilocks = { version = "0.9.0" } | ||
frost-core = { path = "../frost-core", version = "0.5.0", features = ["test-impl"] } | ||
frost-core = { path = "../frost-core", version = "0.6.0", features = ["test-impl"] } | ||
rand_core = "0.6" | ||
sha3 = "0.10.6" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ edition = "2021" | |
# - Update html_root_url | ||
# - Update CHANGELOG.md | ||
# - Create git tag. | ||
version = "0.5.0" | ||
version = "0.6.0" | ||
authors = [ | ||
"Deirdre Connolly <[email protected]>", | ||
"Chelsea Komlo <[email protected]>", | ||
|
@@ -23,7 +23,7 @@ features = ["nightly"] | |
|
||
[dependencies] | ||
p256 = { version = "0.13.0", features = ["hash2curve"] } | ||
frost-core = { path = "../frost-core", version = "0.5.0", features = ["test-impl"] } | ||
frost-core = { path = "../frost-core", version = "0.6.0", features = ["test-impl"] } | ||
rand_core = "0.6" | ||
sha2 = "0.10.2" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ edition = "2021" | |
# - Update html_root_url | ||
# - Update CHANGELOG.md | ||
# - Create git tag. | ||
version = "0.5.0" | ||
version = "0.6.0" | ||
authors = ["Deirdre Connolly <[email protected]>", "Chelsea Komlo <[email protected]>", | ||
"Conrado Gouvea <[email protected]>"] | ||
readme = "README.md" | ||
|
@@ -19,7 +19,7 @@ description = "Types and traits to support implementing a re-randomized variant | |
features = ["nightly"] | ||
|
||
[dependencies] | ||
frost-core = { path = "../frost-core", version = "0.5.0", features = ["internals"] } | ||
frost-core = { path = "../frost-core", version = "0.6.0", features = ["internals"] } | ||
rand_core = "0.6" | ||
|
||
[dev-dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ edition = "2021" | |
# - Update html_root_url | ||
# - Update CHANGELOG.md | ||
# - Create git tag. | ||
version = "0.5.0" | ||
version = "0.6.0" | ||
authors = ["Deirdre Connolly <[email protected]>", "Chelsea Komlo <[email protected]>", "Conrado Gouvea <[email protected]>"] | ||
readme = "README.md" | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -19,7 +19,7 @@ features = ["nightly"] | |
|
||
[dependencies] | ||
curve25519-dalek = { version = "=4.0.0-rc.3", features = ["serde", "rand_core"] } | ||
frost-core = { path = "../frost-core", version = "0.5.0", features = ["test-impl"] } | ||
frost-core = { path = "../frost-core", version = "0.6.0", features = ["test-impl"] } | ||
rand_core = "0.6" | ||
sha2 = "0.10.2" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ edition = "2021" | |
# When releasing to crates.io: | ||
# - Update CHANGELOG.md | ||
# - Create git tag. | ||
version = "0.5.0" | ||
version = "0.6.0" | ||
authors = [ | ||
"Deirdre Connolly <[email protected]>", | ||
"Chelsea Komlo <[email protected]>", | ||
|
@@ -21,7 +21,7 @@ description = "A Schnorr signature scheme over the prime-order Ristretto group t | |
features = ["nightly"] | ||
|
||
[dependencies] | ||
frost-core = { path = "../frost-core", version = "0.5.0", features = ["test-impl"] } | ||
frost-core = { path = "../frost-core", version = "0.6.0", features = ["test-impl"] } | ||
k256 = { version = "0.13.0", features = ["arithmetic", "expose-field", "hash2curve"] } | ||
rand_core = "0.6" | ||
sha2 = "0.10.2" | ||
|