Skip to content

Commit a5dbf5f

Browse files
committed
chore: Release 0.3.0
1 parent 953b2b6 commit a5dbf5f

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-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.2.1"}
1+
{".":"0.3.0"}

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/noir-lang/sha256/compare/v0.2.1...v0.3.0) (2025-12-01)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* change length argument to be u32 ([#38](https://github.com/noir-lang/sha256/issues/38))
9+
10+
### Features
11+
12+
* Optimize `verify_msg_block` ([#42](https://github.com/noir-lang/sha256/issues/42)) ([e247187](https://github.com/noir-lang/sha256/commit/e247187bde004a11cb12a5d7907eb829a5b9366a))
13+
* Remove zero padding check ([#44](https://github.com/noir-lang/sha256/issues/44)) ([953b2b6](https://github.com/noir-lang/sha256/commit/953b2b62c44a00712a6ffbfd8e15d2ced007274d))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* Change length argument to be u32 ([#38](https://github.com/noir-lang/sha256/issues/38)) ([c204b60](https://github.com/noir-lang/sha256/commit/c204b60dca6236538a0ccaa35578b635c4a74730))
19+
320
## [0.2.1](https://github.com/noir-lang/sha256/compare/v0.2.0...v0.2.1) (2025-09-03)
421

522

0 commit comments

Comments
 (0)