From ac3b94803dc9748c4088fdae182154a5847fad80 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:04:10 +0000 Subject: [PATCH] chore: Release 0.2.1 (#10) 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 77ae2b0..e08ffd3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.2.0"} \ No newline at end of file +{".":"0.2.1"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 16c94a7..06961df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/noir-lang/noir_sort/compare/v0.2.0...v0.2.1) (2024-12-04) + + +### Bug Fixes + +* Fix visibility warnings ([#8](https://github.com/noir-lang/noir_sort/issues/8)) ([a776996](https://github.com/noir-lang/noir_sort/commit/a77699620375b4433eb2e4598fecea54300a28f4)) + ## [0.2.0](https://github.com/noir-lang/noir_sort/compare/v0.1.0...v0.2.0) (2024-10-24)