From 3fd47759c2fe6227f3359b52076891e7339ce990 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 12:49:32 +0000 Subject: [PATCH] chore: Release 0.7.5 --- .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 362989b0..e793a590 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.7.4"} +{".":"0.7.5"} diff --git a/CHANGELOG.md b/CHANGELOG.md index ddb71535..b5573376 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.5](https://github.com/noir-lang/noir-bignum/compare/v0.7.4...v0.7.5) (2025-07-24) + + +### Bug Fixes + +* Let the bignum module be public ([#192](https://github.com/noir-lang/noir-bignum/issues/192)) ([a43f327](https://github.com/noir-lang/noir-bignum/commit/a43f327ab2a9838ae99d35494c7ed6e66a1eb542)) + ## [0.7.4](https://github.com/noir-lang/noir-bignum/compare/v0.7.3...v0.7.4) (2025-07-11)