diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1cf1e5..305c150 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.1"} +{".":"0.2.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b83f3f..b7f0828 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.2.0](https://github.com/noir-lang/sparse_array/compare/v0.1.1...v0.2.0) (2025-07-23) + + +### ⚠ BREAKING CHANGES + +* switch sort key type to u32, upgrade sort dependency ([#20](https://github.com/noir-lang/sparse_array/issues/20)) + +### Features + +* Switch sort key type to u32, upgrade sort dependency ([#20](https://github.com/noir-lang/sparse_array/issues/20)) ([2f9d911](https://github.com/noir-lang/sparse_array/commit/2f9d911c5b7d7fe57a997dc9c8dbe846e17dad9f)) + + +### Bug Fixes + +* Fix visibility issues ([#16](https://github.com/noir-lang/sparse_array/issues/16)) ([5f3a49e](https://github.com/noir-lang/sparse_array/commit/5f3a49eda88203518a5d7d39227c8c5b482e88de)) + ## [0.1.1](https://github.com/noir-lang/sparse_array/compare/v0.1.0...v0.1.1) (2025-01-20)