Skip to content

Commit 514bb42

Browse files
authored
chore: Release 0.2.1 (#29)
1 parent ec4b206 commit 514bb42

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [0.2.1](https://github.com/noir-lang/poseidon/compare/v0.2.0...v0.2.1) (2026-01-16)
4+
5+
6+
### Features
7+
8+
* Improve brillig performace ([#27](https://github.com/noir-lang/poseidon/issues/27)) ([596d59a](https://github.com/noir-lang/poseidon/commit/596d59add1222a57ad1e7dd229f7fa529aca6285))
9+
* Optimize variable length hashes ([#32](https://github.com/noir-lang/poseidon/issues/32)) ([ec4b206](https://github.com/noir-lang/poseidon/commit/ec4b20658f1cf9dd7c7bc16ece935c66dcd21397))
10+
* Remove cache in static length poseidon2 ([#28](https://github.com/noir-lang/poseidon/issues/28)) ([211d4e9](https://github.com/noir-lang/poseidon/commit/211d4e98fc7c2de6ba1994d97146f81cc358c2ba))
11+
* Unroll poseidon2 hash loop by RATE chunks ([#30](https://github.com/noir-lang/poseidon/issues/30)) ([678300e](https://github.com/noir-lang/poseidon/commit/678300e3efbd4da9ee93c1be8819a03e9b6c03e5))
12+
313
## [0.2.0](https://github.com/noir-lang/poseidon/compare/v0.1.1...v0.2.0) (2025-12-11)
414

515

0 commit comments

Comments
 (0)