From ffb9b21619d0f5dc0fb309bf2f493d3c0c25e1f0 Mon Sep 17 00:00:00 2001 From: Piotr Roslaniec Date: Fri, 7 Jul 2023 12:56:50 +0200 Subject: [PATCH] Release ferveo-common-pre-release v0.1.0, subproductdomain-pre-release v0.1.0, group-threshold-cryptography-pre-release v0.1.0, ferveo-pre-release v0.2.0 --- ferveo-common/CHANGELOG.md | 13 +++++++++++-- ferveo/CHANGELOG.md | 16 ++++++++++++++-- subproductdomain/CHANGELOG.md | 5 ++++- tpke/CHANGELOG.md | 5 ++++- 4 files changed, 33 insertions(+), 6 deletions(-) diff --git a/ferveo-common/CHANGELOG.md b/ferveo-common/CHANGELOG.md index c766e31d..cadc543e 100644 --- a/ferveo-common/CHANGELOG.md +++ b/ferveo-common/CHANGELOG.md @@ -7,18 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## v0.1.0 (2023-07-07) + + + + ### Other - Made ferveo-common wasm compatible (a tiny change). Fixes a world of pain upstream in Anoma - Formatting - Removed the announce phase from the dkg +### Chore + + - adjust changelogs for cargo-smart-release + ### Commit Statistics - - 81 commits contributed to the release over the course of 652 calendar days. - - 3 commits were understood as [conventional](https://www.conventionalcommits.org). + - 82 commits contributed to the release over the course of 652 calendar days. + - 4 commits were understood as [conventional](https://www.conventionalcommits.org). - 4 unique issues were worked on: [#68](https://github.com/nucypher/ferveo/issues/68), [#70](https://github.com/nucypher/ferveo/issues/70), [#71](https://github.com/nucypher/ferveo/issues/71), [#72](https://github.com/nucypher/ferveo/issues/72) ### Commit Details @@ -36,6 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * **[#72](https://github.com/nucypher/ferveo/issues/72)** - Refactor subproductdomain ([`2d8026b`](https://github.com/nucypher/ferveo/commit/2d8026b2299fd9b67c77fb3b4e565ff9f4e6505b)) * **Uncategorized** + - Adjust changelogs for cargo-smart-release ([`0eb5bd4`](https://github.com/nucypher/ferveo/commit/0eb5bd48b598709dd0fc54adb424f5f41ce52e92)) - Release 0.1.0 crate versions ([`c02e305`](https://github.com/nucypher/ferveo/commit/c02e3050b7a9dcf0260a5eb4e42ff74f3788c3bf)) - Release ferveo-common-pre-release@0.1.0-alpha.1 ([`2725ba4`](https://github.com/nucypher/ferveo/commit/2725ba455e2ae169af5be64c5f2261ec0c5ea648)) - Merge pull request #136 from nucypher/pk-static-bytes ([`2b64c2e`](https://github.com/nucypher/ferveo/commit/2b64c2e8e5e594acffde734b65d212fde3df99e9)) diff --git a/ferveo/CHANGELOG.md b/ferveo/CHANGELOG.md index 75ab3fbd..5b7af91e 100644 --- a/ferveo/CHANGELOG.md +++ b/ferveo/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## v0.2.0 (2023-07-07) + + + + + + + ### New Features - expose ferveo variant in bindings @@ -25,6 +32,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added retry logic to the dkg - Removed the announce phase from the dkg +### Chore + + - adjust changelogs for cargo-smart-release + ### New Features (BREAKING) - hide dkg public params from bindings @@ -37,8 +48,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 260 commits contributed to the release over the course of 652 calendar days. - - 11 commits were understood as [conventional](https://www.conventionalcommits.org). + - 261 commits contributed to the release over the course of 652 calendar days. + - 12 commits were understood as [conventional](https://www.conventionalcommits.org). - 4 unique issues were worked on: [#68](https://github.com/nucypher/ferveo/issues/68), [#70](https://github.com/nucypher/ferveo/issues/70), [#71](https://github.com/nucypher/ferveo/issues/71), [#72](https://github.com/nucypher/ferveo/issues/72) ### Commit Details @@ -56,6 +67,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * **[#72](https://github.com/nucypher/ferveo/issues/72)** - Refactor subproductdomain ([`2d8026b`](https://github.com/nucypher/ferveo/commit/2d8026b2299fd9b67c77fb3b4e565ff9f4e6505b)) * **Uncategorized** + - Adjust changelogs for cargo-smart-release ([`0eb5bd4`](https://github.com/nucypher/ferveo/commit/0eb5bd48b598709dd0fc54adb424f5f41ce52e92)) - Adjusting changelogs prior to release of ferveo-common-pre-release v0.1.0, subproductdomain-pre-release v0.1.0, group-threshold-cryptography-pre-release v0.1.0, ferveo-pre-release v0.2.0 ([`0ccba13`](https://github.com/nucypher/ferveo/commit/0ccba13b0608e2023d8792ac9b0402af5ebaad0b)) - Release 0.1.0 crate versions ([`c02e305`](https://github.com/nucypher/ferveo/commit/c02e3050b7a9dcf0260a5eb4e42ff74f3788c3bf)) - Release ferveo-common-pre-release@0.1.0-alpha.1 ([`2725ba4`](https://github.com/nucypher/ferveo/commit/2725ba455e2ae169af5be64c5f2261ec0c5ea648)) diff --git a/subproductdomain/CHANGELOG.md b/subproductdomain/CHANGELOG.md index f0c7a007..384828fc 100644 --- a/subproductdomain/CHANGELOG.md +++ b/subproductdomain/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## v0.1.0 (2023-07-07) + + ### Chore - adjust changelogs for cargo-smart-release @@ -15,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 29 commits contributed to the release over the course of 570 calendar days. + - 30 commits contributed to the release over the course of 570 calendar days. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: [#72](https://github.com/nucypher/ferveo/issues/72) @@ -28,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * **[#72](https://github.com/nucypher/ferveo/issues/72)** - Refactor subproductdomain ([`2d8026b`](https://github.com/nucypher/ferveo/commit/2d8026b2299fd9b67c77fb3b4e565ff9f4e6505b)) * **Uncategorized** + - Release ferveo-common-pre-release v0.1.0, subproductdomain-pre-release v0.1.0, group-threshold-cryptography-pre-release v0.1.0, ferveo-pre-release v0.2.0 ([`a7b889e`](https://github.com/nucypher/ferveo/commit/a7b889e3a20cfffc96bcb801dfb0946227cb32d9)) - Adjust changelogs for cargo-smart-release ([`ca43921`](https://github.com/nucypher/ferveo/commit/ca43921af214903e2d1345bb05b5f9c6e1987919)) - Release 0.1.0 crate versions ([`c02e305`](https://github.com/nucypher/ferveo/commit/c02e3050b7a9dcf0260a5eb4e42ff74f3788c3bf)) - Merge pull request #134 from piotr-roslaniec/remove-ftt-opt ([`2338213`](https://github.com/nucypher/ferveo/commit/23382139265bc043769d41f4da9e0998f9ba9757)) diff --git a/tpke/CHANGELOG.md b/tpke/CHANGELOG.md index 1a00b021..8c59003f 100644 --- a/tpke/CHANGELOG.md +++ b/tpke/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## v0.1.0 (2023-07-07) + + ### Chore - adjust changelogs for cargo-smart-release @@ -15,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 248 commits contributed to the release over the course of 702 calendar days. + - 249 commits contributed to the release over the course of 702 calendar days. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 3 unique issues were worked on: [#70](https://github.com/nucypher/ferveo/issues/70), [#71](https://github.com/nucypher/ferveo/issues/71), [#72](https://github.com/nucypher/ferveo/issues/72) @@ -32,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * **[#72](https://github.com/nucypher/ferveo/issues/72)** - Refactor subproductdomain ([`2d8026b`](https://github.com/nucypher/ferveo/commit/2d8026b2299fd9b67c77fb3b4e565ff9f4e6505b)) * **Uncategorized** + - Release ferveo-common-pre-release v0.1.0, subproductdomain-pre-release v0.1.0, group-threshold-cryptography-pre-release v0.1.0, ferveo-pre-release v0.2.0 ([`a7b889e`](https://github.com/nucypher/ferveo/commit/a7b889e3a20cfffc96bcb801dfb0946227cb32d9)) - Adjust changelogs for cargo-smart-release ([`ca43921`](https://github.com/nucypher/ferveo/commit/ca43921af214903e2d1345bb05b5f9c6e1987919)) - Adjusting changelogs prior to release of ferveo-common-pre-release v0.1.0, subproductdomain-pre-release v0.1.0, group-threshold-cryptography-pre-release v0.1.0, ferveo-pre-release v0.2.0 ([`0ccba13`](https://github.com/nucypher/ferveo/commit/0ccba13b0608e2023d8792ac9b0402af5ebaad0b)) - Release 0.1.0 crate versions ([`c02e305`](https://github.com/nucypher/ferveo/commit/c02e3050b7a9dcf0260a5eb4e42ff74f3788c3bf))