From 9c1970bb2d9bc36983b041b779a99cb0e95b6ec1 Mon Sep 17 00:00:00 2001 From: Piotr Roslaniec Date: Mon, 28 Aug 2023 16:26:38 +0200 Subject: [PATCH] Release ferveo-common-pre-release v0.1.1, group-threshold-cryptography-pre-release v0.2.0, ferveo-pre-release v0.3.0, safety bump ferveo-pre-release v0.3.0 --- Cargo.lock | 6 +++--- ferveo-common/CHANGELOG.md | 7 ++++--- ferveo-common/Cargo.toml | 2 +- ferveo/CHANGELOG.md | 7 ++++--- ferveo/Cargo.toml | 6 +++--- tpke/CHANGELOG.md | 7 ++++--- tpke/Cargo.toml | 4 ++-- 7 files changed, 21 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bc132fb0..604d7deb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -742,7 +742,7 @@ dependencies = [ [[package]] name = "ferveo-common-pre-release" -version = "0.1.0" +version = "0.1.1" dependencies = [ "ark-bls12-381", "ark-ec", @@ -757,7 +757,7 @@ dependencies = [ [[package]] name = "ferveo-pre-release" -version = "0.2.1" +version = "0.3.0" dependencies = [ "ark-bls12-381", "ark-ec", @@ -881,7 +881,7 @@ checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4" [[package]] name = "group-threshold-cryptography-pre-release" -version = "0.1.0" +version = "0.2.0" dependencies = [ "ark-bls12-381", "ark-ec", diff --git a/ferveo-common/CHANGELOG.md b/ferveo-common/CHANGELOG.md index 5556214b..3167fb21 100644 --- a/ferveo-common/CHANGELOG.md +++ b/ferveo-common/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. 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). -## Unreleased +## 0.1.1 (2023-08-28) Maintenance release @@ -13,8 +13,8 @@ Maintenance release - - 3 commits contributed to the release over the course of 47 calendar days. - - 51 days passed between releases. + - 4 commits contributed to the release over the course of 49 calendar days. + - 52 days passed between releases. - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -25,6 +25,7 @@ Maintenance release
view details * **Uncategorized** + - Fix changelogs for cargo-smart-release ([`fe4ec4e`](https://github.com/nucypher/ferveo/commit/fe4ec4ec7667f513b6ebb4bd604303e6ff53a425)) - Merge pull request #149 from cygnusv/thin ([`f44e1be`](https://github.com/nucypher/ferveo/commit/f44e1be4fe9a0a165d8b0b50ad29bb7f6818f672)) - Clippy stuff ([`4337c3c`](https://github.com/nucypher/ferveo/commit/4337c3c312719987405f620f2e377cf493ece6d3)) - Merge pull request #138 from nucypher/development ([`434fd5d`](https://github.com/nucypher/ferveo/commit/434fd5d07b54e72d120e9aa06cbc3e47848e6bcf)) diff --git a/ferveo-common/Cargo.toml b/ferveo-common/Cargo.toml index 5f3a6f4c..cdbbe0ab 100644 --- a/ferveo-common/Cargo.toml +++ b/ferveo-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ferveo-common-pre-release" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "GPL-3.0" authors = ["Heliax AG ", "Piotr Roslaniec "] diff --git a/ferveo/CHANGELOG.md b/ferveo/CHANGELOG.md index 93abf429..0b034f48 100644 --- a/ferveo/CHANGELOG.md +++ b/ferveo/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. 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). -## Unreleased +## 0.3.0 (2023-08-28) ### New Features (BREAKING) @@ -15,8 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 9 commits contributed to the release over the course of 25 calendar days. - - 26 days passed between releases. + - 10 commits contributed to the release over the course of 27 calendar days. + - 27 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Fix changelogs for cargo-smart-release ([`fe4ec4e`](https://github.com/nucypher/ferveo/commit/fe4ec4ec7667f513b6ebb4bd604303e6ff53a425)) - Merge pull request #156 from derekpierre/acp ([`e2c4c2e`](https://github.com/nucypher/ferveo/commit/e2c4c2ee9efa20ee2f835530117dd03d67b142fb)) - Merge pull request #155 from nucypher/update-ciphertext-api ([`bc0a6a5`](https://github.com/nucypher/ferveo/commit/bc0a6a56b9ae63aa6573c6ad045c73356b053058)) - Apply pr suggestions ([`c06217c`](https://github.com/nucypher/ferveo/commit/c06217c06e16df17d0525027312d5c368f443cb6)) diff --git a/ferveo/Cargo.toml b/ferveo/Cargo.toml index bf5061de..c00a423c 100644 --- a/ferveo/Cargo.toml +++ b/ferveo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ferveo-pre-release" -version = "0.2.1" +version = "0.3.0" edition = "2021" license = "GPL-3.0" repository = "https://github.com/nucypher/ferveo" @@ -21,8 +21,8 @@ ark-poly = "0.4" ark-serialize = "0.4" ark-std = "0.4" bincode = "1.3" -ferveo-common = { package = "ferveo-common-pre-release", path = "../ferveo-common", version = "^0.1.0" } -group-threshold-cryptography = { package = "group-threshold-cryptography-pre-release", path = "../tpke", features = ["api"], version = "^0.1.0" } +ferveo-common = { package = "ferveo-common-pre-release", path = "../ferveo-common", version = "^0.1.1" } +group-threshold-cryptography = { package = "group-threshold-cryptography-pre-release", path = "../tpke", features = ["api"], version = "^0.2.0" } hex = "0.4.3" itertools = "0.10.5" measure_time = "0.8" diff --git a/tpke/CHANGELOG.md b/tpke/CHANGELOG.md index 33bb3906..f885b20a 100644 --- a/tpke/CHANGELOG.md +++ b/tpke/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. 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). -## Unreleased +## 0.2.0 (2023-08-28) ### New Features (BREAKING) @@ -15,8 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 9 commits contributed to the release over the course of 47 calendar days. - - 51 days passed between releases. + - 10 commits contributed to the release over the course of 49 calendar days. + - 52 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Fix changelogs for cargo-smart-release ([`fe4ec4e`](https://github.com/nucypher/ferveo/commit/fe4ec4ec7667f513b6ebb4bd604303e6ff53a425)) - Merge pull request #155 from nucypher/update-ciphertext-api ([`bc0a6a5`](https://github.com/nucypher/ferveo/commit/bc0a6a56b9ae63aa6573c6ad045c73356b053058)) - Merge pull request #149 from cygnusv/thin ([`f44e1be`](https://github.com/nucypher/ferveo/commit/f44e1be4fe9a0a165d8b0b50ad29bb7f6818f672)) - Add ciphertext header to ciphertext api ([`1800d3c`](https://github.com/nucypher/ferveo/commit/1800d3c5db164947c7cae35433fb8e3ad2650b66)) diff --git a/tpke/Cargo.toml b/tpke/Cargo.toml index c2dbd136..0e65d20e 100644 --- a/tpke/Cargo.toml +++ b/tpke/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "group-threshold-cryptography-pre-release" -version = "0.1.0" +version = "0.2.0" edition = "2021" authors = ["Heliax AG ", "Piotr Roslaniec "] license = "GPL-3.0" @@ -24,7 +24,7 @@ ark-serialize = "0.4" ark-std = "0.4" bincode = "1.3.3" chacha20poly1305 = "0.10.1" -ferveo-common = { package = "ferveo-common-pre-release", path = "../ferveo-common", version = "^0.1.0" } +ferveo-common = { package = "ferveo-common-pre-release", path = "../ferveo-common", version = "^0.1.1" } itertools = "0.10" miracl_core = "=2.3.0" rand = "0.8"