ZcashFoundation / frost

Rust implementation of FROST (Flexible Round-Optimised Schnorr Threshold signatures) by the Zcash Foundation
https://frost.zfnd.org
Other
141 stars 53 forks source link

Release v0.6.0 #433

Closed conradoplg closed 1 year ago

conradoplg commented 1 year ago

Check version number is correct:

Update changelog:

Update the version number for frost-core in the Ciphersuite crates, e.g. in frost-core = { path = "../frost-core", version = "0.4.0", features = ["test-impl"] }:

conradoplg commented 1 year ago

Done!