-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update versions to 1.0.0-rc.0 (#552) * Update changelog for release 1.0.0-rc.2 (#552) * Update frost core version in ciphersuites to 1.0.0-rc.0 (#552) * Update rerandomized and frost-core dependencies to use v1.0.0-rc.0 (#552) * Update release checklist to add instruction for updating version numbers for frost-rerandomized (#552) * Update mdbook-admonish (#552)
- Loading branch information
1 parent
e69002e
commit 37e8856
Showing
12 changed files
with
118 additions
and
125 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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.7.0" | ||
version = "1.0.0-rc.0" | ||
authors = [ | ||
"Deirdre Connolly <[email protected]>", | ||
"Chelsea Komlo <[email protected]>", | ||
|
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.7.0" | ||
version = "1.0.0-rc.0" | ||
authors = [ | ||
"Deirdre Connolly <[email protected]>", | ||
"Chelsea Komlo <[email protected]>", | ||
|
@@ -25,15 +25,15 @@ rustdoc-args = ["--cfg", "docsrs"] | |
[dependencies] | ||
curve25519-dalek = { version = "=4.1.1", features = ["rand_core"] } | ||
document-features = "0.2.7" | ||
frost-core = { path = "../frost-core", version = "0.7.0" } | ||
frost-rerandomized = { path = "../frost-rerandomized", version = "0.7.0" } | ||
frost-core = { path = "../frost-core", version = "1.0.0-rc.0" } | ||
frost-rerandomized = { path = "../frost-rerandomized", version = "1.0.0-rc.0" } | ||
rand_core = "0.6" | ||
sha2 = "0.10.2" | ||
|
||
[dev-dependencies] | ||
criterion = "0.5" | ||
frost-core = { path = "../frost-core", version = "0.7.0", features = ["test-impl"] } | ||
frost-rerandomized = { path = "../frost-rerandomized", version = "0.7.0", features = ["test-impl"] } | ||
frost-core = { path = "../frost-core", version = "1.0.0-rc.0", features = ["test-impl"] } | ||
frost-rerandomized = { path = "../frost-rerandomized", version = "1.0.0-rc.0", features = ["test-impl"] } | ||
ed25519-dalek = "2.0.0" | ||
insta = { version = "1.31.0", features = ["yaml"] } | ||
hex = "0.4.3" | ||
|
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.7.0" | ||
version = "1.0.0-rc.0" | ||
authors = [ | ||
"Deirdre Connolly <[email protected]>", | ||
"Chelsea Komlo <[email protected]>", | ||
|
@@ -24,15 +24,15 @@ rustdoc-args = ["--cfg", "docsrs"] | |
[dependencies] | ||
document-features = "0.2.7" | ||
ed448-goldilocks = { version = "0.9.0" } | ||
frost-core = { path = "../frost-core", version = "0.7.0" } | ||
frost-rerandomized = { path = "../frost-rerandomized", version = "0.7.0" } | ||
frost-core = { path = "../frost-core", version = "1.0.0-rc.0" } | ||
frost-rerandomized = { path = "../frost-rerandomized", version = "1.0.0-rc.0" } | ||
rand_core = "0.6" | ||
sha3 = "0.10.6" | ||
|
||
[dev-dependencies] | ||
criterion = "0.5" | ||
frost-core = { path = "../frost-core", version = "0.7.0", features = ["test-impl"] } | ||
frost-rerandomized = { path = "../frost-rerandomized", version = "0.7.0", features = ["test-impl"] } | ||
frost-core = { path = "../frost-core", version = "1.0.0-rc.0", features = ["test-impl"] } | ||
frost-rerandomized = { path = "../frost-rerandomized", version = "1.0.0-rc.0", features = ["test-impl"] } | ||
lazy_static = "1.4" | ||
insta = { version = "1.31.0", features = ["yaml"] } | ||
hex = "0.4.3" | ||
|
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.7.0" | ||
version = "1.0.0-rc.0" | ||
authors = [ | ||
"Deirdre Connolly <[email protected]>", | ||
"Chelsea Komlo <[email protected]>", | ||
|
@@ -25,15 +25,15 @@ rustdoc-args = ["--cfg", "docsrs"] | |
[dependencies] | ||
document-features = "0.2.7" | ||
p256 = { version = "0.13.0", features = ["hash2curve"] } | ||
frost-core = { path = "../frost-core", version = "0.7.0" } | ||
frost-rerandomized = { path = "../frost-rerandomized", version = "0.7.0" } | ||
frost-core = { path = "../frost-core", version = "1.0.0-rc.0" } | ||
frost-rerandomized = { path = "../frost-rerandomized", version = "1.0.0-rc.0" } | ||
rand_core = "0.6" | ||
sha2 = "0.10.2" | ||
|
||
[dev-dependencies] | ||
criterion = "0.5" | ||
frost-core = { path = "../frost-core", version = "0.7.0", features = ["test-impl"] } | ||
frost-rerandomized = { path = "../frost-rerandomized", version = "0.7.0", features = ["test-impl"] } | ||
frost-core = { path = "../frost-core", version = "1.0.0-rc.0", features = ["test-impl"] } | ||
frost-rerandomized = { path = "../frost-rerandomized", version = "1.0.0-rc.0", features = ["test-impl"] } | ||
insta = { version = "1.31.0", features = ["yaml"] } | ||
hex = "0.4.3" | ||
lazy_static = "1.4" | ||
|
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.7.0" | ||
version = "1.0.0-rc.0" | ||
authors = ["Deirdre Connolly <[email protected]>", "Chelsea Komlo <[email protected]>", | ||
"Conrado Gouvea <[email protected]>"] | ||
readme = "README.md" | ||
|
@@ -22,7 +22,7 @@ rustdoc-args = ["--cfg", "docsrs"] | |
[dependencies] | ||
derive-getters = "0.3.0" | ||
document-features = "0.2.7" | ||
frost-core = { path = "../frost-core", version = "0.7.0", features = ["internals"] } | ||
frost-core = { path = "../frost-core", version = "1.0.0-rc.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.7.0" | ||
version = "1.0.0-rc.0" | ||
authors = ["Deirdre Connolly <[email protected]>", "Chelsea Komlo <[email protected]>", "Conrado Gouvea <[email protected]>"] | ||
readme = "README.md" | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -21,15 +21,15 @@ rustdoc-args = ["--cfg", "docsrs"] | |
[dependencies] | ||
curve25519-dalek = { version = "=4.1.1", features = ["serde", "rand_core"] } | ||
document-features = "0.2.7" | ||
frost-core = { path = "../frost-core", version = "0.7.0" } | ||
frost-rerandomized = { path = "../frost-rerandomized", version = "0.7.0" } | ||
frost-core = { path = "../frost-core", version = "1.0.0-rc.0" } | ||
frost-rerandomized = { path = "../frost-rerandomized", version = "1.0.0-rc.0" } | ||
rand_core = "0.6" | ||
sha2 = "0.10.2" | ||
|
||
[dev-dependencies] | ||
criterion = { version = "0.5", features = ["html_reports"] } | ||
frost-core = { path = "../frost-core", version = "0.7.0", features = ["test-impl"] } | ||
frost-rerandomized = { path = "../frost-rerandomized", version = "0.7.0", features = ["test-impl"] } | ||
frost-core = { path = "../frost-core", version = "1.0.0-rc.0", features = ["test-impl"] } | ||
frost-rerandomized = { path = "../frost-rerandomized", version = "1.0.0-rc.0", features = ["test-impl"] } | ||
insta = { version = "1.31.0", features = ["yaml"] } | ||
hex = "0.4.3" | ||
lazy_static = "1.4" | ||
|
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.7.0" | ||
version = "1.0.0-rc.0" | ||
authors = [ | ||
"Deirdre Connolly <[email protected]>", | ||
"Chelsea Komlo <[email protected]>", | ||
|
@@ -23,16 +23,16 @@ rustdoc-args = ["--cfg", "docsrs"] | |
|
||
[dependencies] | ||
document-features = "0.2.7" | ||
frost-core = { path = "../frost-core", version = "0.7.0" } | ||
frost-rerandomized = { path = "../frost-rerandomized", version = "0.7.0" } | ||
frost-core = { path = "../frost-core", version = "1.0.0-rc.0" } | ||
frost-rerandomized = { path = "../frost-rerandomized", version = "1.0.0-rc.0" } | ||
k256 = { version = "0.13.0", features = ["arithmetic", "expose-field", "hash2curve"] } | ||
rand_core = "0.6" | ||
sha2 = "0.10.2" | ||
|
||
[dev-dependencies] | ||
criterion = "0.5" | ||
frost-core = { path = "../frost-core", version = "0.7.0", features = ["test-impl"] } | ||
frost-rerandomized = { path = "../frost-rerandomized", version = "0.7.0", features = ["test-impl"] } | ||
frost-core = { path = "../frost-core", version = "1.0.0-rc.0", features = ["test-impl"] } | ||
frost-rerandomized = { path = "../frost-rerandomized", version = "1.0.0-rc.0", features = ["test-impl"] } | ||
insta = { version = "1.31.0", features = ["yaml"] } | ||
hex = "0.4.3" | ||
lazy_static = "1.4" | ||
|