Skip to content

Commit

Permalink
v0.2.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Nov 17, 2024
1 parent b4ce49c commit 844a7ea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.2.0] - 2024-11-17

- Signature and elliptic curve dependencies reset back to stable versions. (#[154])


[#154]: https://github.com/entropyxyz/synedrion/pull/154


## [0.2.0-pre.0] - 2024-10-03

### Changed

- `FirstRound::Context` renamed to `Inputs`. ([#102])
- `Payload` and `Artifact` values are hidden in wrapper types where they were previously exposed. ([#102])
- A number of crates set to their `pre` releases hinging on the `pre` release of `crypto-bigint`. ([#120])
- Signature and elliptic curve dependencies reset back to stable versions. (#[154])


### Added
Expand All @@ -22,7 +29,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#96]: https://github.com/entropyxyz/synedrion/pull/96
[#102]: https://github.com/entropyxyz/synedrion/pull/102
[#120]: https://github.com/entropyxyz/synedrion/pull/120
[#154]: https://github.com/entropyxyz/synedrion/pull/154


## [0.1.0] - 2023-12-07
Expand All @@ -31,3 +37,5 @@ Initial release.


[0.1.0]: https://github.com/entropyxyz/synedrion/releases/tag/release/v0.1.0
[0.2.0-pre.0]: https://github.com/entropyxyz/synedrion/releases/tag/release/v0.2.0-pre.0
[0.2.0]: https://github.com/entropyxyz/synedrion/releases/tag/release/v0.2.0
2 changes: 1 addition & 1 deletion synedrion/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "synedrion"
authors = ['Entropy Cryptography <[email protected]>']
version = "0.2.0-pre.0"
version = "0.2.0"
edition = "2021"
license = "AGPL-3.0-or-later"
description = "Threshold signing library based on Canetti-Gennaro-Goldfeder-Makriyannis-Peled '21 scheme"
Expand Down

0 comments on commit 844a7ea

Please sign in to comment.