From eac43cf5823d4ea6a58b7a752fe74ef11473b346 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 14:10:20 +0000 Subject: [PATCH] chore: Release 0.5.1 (#44) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6bbfeb6..1bae8f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.5.0"} +{".":"0.5.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 34f64da..c66eaa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.1](https://github.com/noir-lang/noir_rsa/compare/v0.5.0...v0.5.1) (2025-01-29) + + +### Features + +* Bump `bignum` to `v0.5.2` ([#43](https://github.com/noir-lang/noir_rsa/issues/43)) ([1000347](https://github.com/noir-lang/noir_rsa/commit/10003472e526e477aa433eff49410f4980e96db9)) + ## [0.5.0](https://github.com/noir-lang/noir_rsa/compare/v0.4.1...v0.5.0) (2025-01-09)