From d13c33caf2850753ed9ef556c41cfaf73700ecd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tancr=C3=A8de=20Lepoint?= Date: Tue, 6 Sep 2022 21:31:05 -0400 Subject: [PATCH] Release fhe v0.1.0-beta.2 --- crates/fhe/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/fhe/CHANGELOG.md b/crates/fhe/CHANGELOG.md index 91b8351..1713094 100644 --- a/crates/fhe/CHANGELOG.md +++ b/crates/fhe/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.0-beta.2 (2022-09-07) This release fixes a bug that did not allow to decrypt a modulo-switched ciphertext correctly. @@ -24,7 +24,7 @@ This release fixes a bug that did not allow to decrypt a modulo-switched ciphert
view details * **Uncategorized** - - Remove forgotten cfg(not(feature ([`385c6fa`](https://github.com/tlepoint/fhe.rs/commit/385c6fabefbe7c06efbc90cdf4d8455fdfc33396)) + - Remove forgotten cfg(not(feature ([`2e247f2`](https://github.com/tlepoint/fhe.rs/commit/2e247f235bbe632459259f6ca74a637a2f765187))
## 0.1.0-beta.1 (2022-09-07)