Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
survived committed May 13, 2024

Verified

This commit was signed with the committer’s verified signature.
survived Denis Varlakov
1 parent 5bca807 commit b1908cc
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions round-based/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.3.0
* Add no_std and wasm support [#6]

[#6]: https://github.com/dfns/round-based/pull/6

## v0.2.2

* fix: correct handling of stores that need no messages in RoundsRouter [#4]
2 changes: 1 addition & 1 deletion round-based/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "round-based"
version = "0.2.2"
version = "0.3.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Driver for MPC protocols"

0 comments on commit b1908cc

Please sign in to comment.