diff --git a/crates/fhe-math/CHANGELOG.md b/crates/fhe-math/CHANGELOG.md index 1920824..c7b1b49 100644 --- a/crates/fhe-math/CHANGELOG.md +++ b/crates/fhe-math/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.3 (2022-09-11) Fix a few bugs, remove the need of using nightly, and make some backward-incompatible changes by modifying the API to take as input the random number generator. @@ -33,7 +33,7 @@ Fix a few bugs, remove the need of using nightly, and make some backward-incompa * **[#134](https://github.com/tlepoint/fhe.rs/issues/134)** - Remove unnecessary casting by defining more conversions ([`f7cddb3`](https://github.com/tlepoint/fhe.rs/commit/f7cddb358f2ce28483944f99e223c07ae41b0c1c)) * **Uncategorized** - - Bump all version to beta.3 ([`fc63e4e`](https://github.com/tlepoint/fhe.rs/commit/fc63e4ea6acbb3e9dda83a65cafdf63a081836f2)) + - Bump all version to beta.3 ([`b300590`](https://github.com/tlepoint/fhe.rs/commit/b3005904a62d1e39c1dde908054f24d1d96e8547)) ## 0.1.0-beta.1 (2022-09-07) diff --git a/crates/fhe-traits/CHANGELOG.md b/crates/fhe-traits/CHANGELOG.md index 63bd019..7d21984 100644 --- a/crates/fhe-traits/CHANGELOG.md +++ b/crates/fhe-traits/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.3 (2022-09-11) Fix a few bugs, remove the need of using nightly, and make some backward-incompatible changes by modifying the API to take as input the random number generator. @@ -27,7 +27,7 @@ Fix a few bugs, remove the need of using nightly, and make some backward-incompa * **[#133](https://github.com/tlepoint/fhe.rs/issues/133)** - Explicitely specify the RNG everytime randomness is involved. Fixes #128 ([`8aafe43`](https://github.com/tlepoint/fhe.rs/commit/8aafe4396d0b771e6aa25257c7daa61c109eb367)) * **Uncategorized** - - Bump all version to beta.3 ([`fc63e4e`](https://github.com/tlepoint/fhe.rs/commit/fc63e4ea6acbb3e9dda83a65cafdf63a081836f2)) + - Bump all version to beta.3 ([`b300590`](https://github.com/tlepoint/fhe.rs/commit/b3005904a62d1e39c1dde908054f24d1d96e8547)) ## 0.1.0-beta.1 (2022-09-07) diff --git a/crates/fhe-util/CHANGELOG.md b/crates/fhe-util/CHANGELOG.md index bc4849d..28c3149 100644 --- a/crates/fhe-util/CHANGELOG.md +++ b/crates/fhe-util/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.3 (2022-09-11) Fix a few bugs, remove the need of using nightly, and make some backward-incompatible changes by modifying the API to take as input the random number generator. @@ -31,7 +31,7 @@ Fix a few bugs, remove the need of using nightly, and make some backward-incompa * **[#133](https://github.com/tlepoint/fhe.rs/issues/133)** - Explicitely specify the RNG everytime randomness is involved. Fixes #128 ([`8aafe43`](https://github.com/tlepoint/fhe.rs/commit/8aafe4396d0b771e6aa25257c7daa61c109eb367)) * **Uncategorized** - - Bump all version to beta.3 ([`fc63e4e`](https://github.com/tlepoint/fhe.rs/commit/fc63e4ea6acbb3e9dda83a65cafdf63a081836f2)) + - Bump all version to beta.3 ([`b300590`](https://github.com/tlepoint/fhe.rs/commit/b3005904a62d1e39c1dde908054f24d1d96e8547)) ## 0.1.0-beta.1 (2022-09-07) diff --git a/crates/fhe-util/Cargo.toml b/crates/fhe-util/Cargo.toml index 110b92c..c8e74e7 100644 --- a/crates/fhe-util/Cargo.toml +++ b/crates/fhe-util/Cargo.toml @@ -13,4 +13,4 @@ num-traits = "0.2.15" rand = "0.8.5" [dev-dependencies] -proptest = "1.0.0" \ No newline at end of file +proptest = "1.0.0" diff --git a/crates/fhe/CHANGELOG.md b/crates/fhe/CHANGELOG.md index 70da346..b440ff9 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.3 (2022-09-11) Fix a few bugs, remove the need of using nightly, and make some backward-incompatible changes: - public key generation doesn't return a `Result` anymore @@ -43,7 +43,7 @@ Additionally, we added more documentation. * **[#135](https://github.com/tlepoint/fhe.rs/issues/135)** - Starting better documentation ([`13a633c`](https://github.com/tlepoint/fhe.rs/commit/13a633c0f288d27da15548942a061540365aec10)) * **Uncategorized** - - Bump all version to beta.3 ([`fc63e4e`](https://github.com/tlepoint/fhe.rs/commit/fc63e4ea6acbb3e9dda83a65cafdf63a081836f2)) + - Bump all version to beta.3 ([`b300590`](https://github.com/tlepoint/fhe.rs/commit/b3005904a62d1e39c1dde908054f24d1d96e8547)) ## 0.1.0-beta.2 (2022-09-07)