diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b881a39..f1cf1e5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.0"} +{".":"0.1.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index c17930a..5b83f3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/noir-lang/sparse_array/compare/v0.1.0...v0.1.1) (2025-01-20) + + +### Bug Fixes + +* Bump `noir_sort` to `v0.2.3` ([#10](https://github.com/noir-lang/sparse_array/issues/10)) ([6c17937](https://github.com/noir-lang/sparse_array/commit/6c1793732f9409baabbe2539b9063a1984092891)) + ## 0.1.0 (2024-10-31)