Skip to content

Commit 121e27d

Browse files
authored
Merge pull request #95 from dfns/release-key-share
Release `key-share` v0.2.2
2 parents 4d2850b + 5171a9f commit 121e27d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

key-share/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.2.2
4+
* Add `no_std` support [#92]
5+
6+
[#92]: https://github.com/dfns/cggmp21/pull/92
7+
38
## v0.2.1
49
* Fix key share (de)serialization issue [#93]
510
* Add a notice about the serialization to key share docs [#91]

key-share/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "key-share"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Key share of any Threshold Signature Scheme (TSS)"

0 commit comments

Comments
 (0)