From c3475875e9d597a1e2524a404d6f63ccdd51689e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:22:51 +0000 Subject: [PATCH] chore: Release 0.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0bbe194..6bbfeb6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.4.1"} +{".":"0.5.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 47382d7..34f64da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.5.0](https://github.com/noir-lang/noir_rsa/compare/v0.4.1...v0.5.0) (2025-01-09) + + +### ⚠ BREAKING CHANGES + +* bump `noir-bignum` to `v0.5.0` ([#40](https://github.com/noir-lang/noir_rsa/issues/40)) + +### Features + +* Bump `noir-bignum` to `v0.5.0` ([#40](https://github.com/noir-lang/noir_rsa/issues/40)) ([068cf97](https://github.com/noir-lang/noir_rsa/commit/068cf971a6670d9075eb2a4febfb300fb79d4186)) + ## [0.4.1](https://github.com/noir-lang/noir_rsa/compare/v0.4.0...v0.4.1) (2024-12-04)