Skip to content

Commit d3ddcfe

Browse files
chore: Release 0.2.0
1 parent 2f9d911 commit d3ddcfe

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.1.1"}
1+
{".":"0.2.0"}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/noir-lang/sparse_array/compare/v0.1.1...v0.2.0) (2025-07-23)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* switch sort key type to u32, upgrade sort dependency ([#20](https://github.com/noir-lang/sparse_array/issues/20))
9+
10+
### Features
11+
12+
* 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))
13+
14+
15+
### Bug Fixes
16+
17+
* Fix visibility issues ([#16](https://github.com/noir-lang/sparse_array/issues/16)) ([5f3a49e](https://github.com/noir-lang/sparse_array/commit/5f3a49eda88203518a5d7d39227c8c5b482e88de))
18+
319
## [0.1.1](https://github.com/noir-lang/sparse_array/compare/v0.1.0...v0.1.1) (2025-01-20)
420

521

0 commit comments

Comments
 (0)