From 21021018b54109109ceda7c6aa6d0d4592982e6f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 15:22:27 +0000 Subject: [PATCH] chore: Release 0.2.3 --- .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 9a31626..b823057 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.2.2"} \ No newline at end of file +{".":"0.2.3"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b2bb72..44b9356 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.3](https://github.com/noir-lang/noir_sort/compare/v0.2.2...v0.2.3) (2025-01-20) + + +### Bug Fixes + +* Apply proper types to function arguments ([#17](https://github.com/noir-lang/noir_sort/issues/17)) ([83e56c4](https://github.com/noir-lang/noir_sort/commit/83e56c4d2f8ebf5f680871ccce73e332ef3c2426)) + ## [0.2.2](https://github.com/noir-lang/noir_sort/compare/v0.2.1...v0.2.2) (2025-01-14)