From 136134ccefb563780a34c356c2a646f18285630b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tancr=C3=A8de=20Lepoint?= Date: Tue, 6 Sep 2022 21:18:26 -0400 Subject: [PATCH] Bump version fhe-util --- crates/fhe-util/CHANGELOG.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/crates/fhe-util/CHANGELOG.md b/crates/fhe-util/CHANGELOG.md index d8380f0..65847ac 100644 --- a/crates/fhe-util/CHANGELOG.md +++ b/crates/fhe-util/CHANGELOG.md @@ -5,6 +5,28 @@ 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 + +Bump pre-release version to match that of `fhe`. + +### Commit Statistics + + + + - 1 commit contributed to the release. + - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 1 unique issue was worked on: [#121](https://github.com/tlepoint/fhe.rs/issues/121) + +### Commit Details + + + +
view details + + * **[#121](https://github.com/tlepoint/fhe.rs/issues/121)** + - Remove features, remove utilities crate, bump versions ([`570943a`](https://github.com/tlepoint/fhe.rs/commit/570943ae1822888a2ccb27412619ab3355b3ea3a)) +
+ ## 0.1.0-beta.0 (2022-09-06) First pre-release version of the `fhe-util` crate for fhe.rs. @@ -13,7 +35,7 @@ First pre-release version of the `fhe-util` crate for fhe.rs. - - 3 commits contributed to the release. + - 4 commits contributed to the release. - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: [#120](https://github.com/tlepoint/fhe.rs/issues/120) @@ -26,6 +48,7 @@ First pre-release version of the `fhe-util` crate for fhe.rs. * **[#120](https://github.com/tlepoint/fhe.rs/issues/120)** - Move internal to crates as they would be published, add changelog ([`cd3ba02`](https://github.com/tlepoint/fhe.rs/commit/cd3ba026d01275672e0c3f5e1d32aa473cde7978)) * **Uncategorized** + - Release fhe-traits v0.1.0-beta.0, fhe-util v0.1.0-beta.0, fhe-math v0.1.0-beta.0, fhe v0.1.0-beta.0 ([`e81e1c6`](https://github.com/tlepoint/fhe.rs/commit/e81e1c60769e63c52ad3885d16249161074ca293)) - Update changelog ([`85a00a1`](https://github.com/tlepoint/fhe.rs/commit/85a00a1b8113e4dc8b1d4e9d19fc6c354fb6ae0e)) - Switch version to a pre-release number ([`cd8d3b2`](https://github.com/tlepoint/fhe.rs/commit/cd8d3b2d383367239436adcc2508bdbe816b9981))