Skip to content

Commit 39e71f5

Browse files
committed
bump stm and common versions
1 parent ef9fd2a commit 39e71f5

File tree

5 files changed

+23
-4
lines changed

5 files changed

+23
-4
lines changed

Cargo.lock

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mithril-common/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## 0.2.20 (15-03-2023)
8+
Initial CHANGELOG registry.
9+
### Added
10+
- New version of KES signature, which requires buffer allocation prior to key generation.
11+
- Added wrapper struct to KES signature to allow copying the data. The new version of KES does not allow it anymore.

mithril-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-common"
3-
version = "0.2.25"
3+
version = "0.2.26"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
documentation = { workspace = true }

mithril-stm/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## 0.2.1 (04-01-2022)
7+
## 0.2.5 (15-03-2023)
8+
### Added
9+
- Included helper functions for unsafe code
10+
- Added tests for batch verification
11+
## 0.2.1 (04-01-2023)
812
### Added
913
- Batch verification for `StmAggrSig`.
1014

mithril-stm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-stm"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
edition = { workspace = true }
55
authors = { workspace = true }
66
documentation = { workspace = true }

0 commit comments

Comments
 (0)