Skip to content

Commit 8e49adc

Browse files
committed
chore: Release 0.1.0
1 parent 5e97f97 commit 8e49adc

2 files changed

Lines changed: 26 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.0.0"}
1+
{".":"0.1.0"}

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog
2+
3+
## 0.1.0 (2026-03-12)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Use explicit types for constants ([#15](https://github.com/noir-lang/sha512/issues/15))
9+
* remove wrapping_add ([#13](https://github.com/noir-lang/sha512/issues/13))
10+
11+
### Features
12+
13+
* Add initial implementation ([#1](https://github.com/noir-lang/sha512/issues/1)) ([f3080a9](https://github.com/noir-lang/sha512/commit/f3080a95c1c1a5d8f7b0ca61cf77f909714e8d89))
14+
* Remove redundant additions ([#6](https://github.com/noir-lang/sha512/issues/6)) ([06aa361](https://github.com/noir-lang/sha512/commit/06aa36119caae51b93fe6cf69a66bcd847268a5b))
15+
16+
17+
### Bug Fixes
18+
19+
* Always use u32 for indexing arrays ([#10](https://github.com/noir-lang/sha512/issues/10)) ([3e89813](https://github.com/noir-lang/sha512/commit/3e89813d1a8a6c6d8d6a4d1277d88f17d8386b3b))
20+
* Use explicit types for constants ([#15](https://github.com/noir-lang/sha512/issues/15)) ([5e97f97](https://github.com/noir-lang/sha512/commit/5e97f9731870f6d532258e455311e799cfd56ed7))
21+
22+
23+
### Miscellaneous Chores
24+
25+
* Remove wrapping_add ([#13](https://github.com/noir-lang/sha512/issues/13)) ([2ec1d1d](https://github.com/noir-lang/sha512/commit/2ec1d1d99f31325f00f07a42578b7c82483cd3cc))

0 commit comments

Comments
 (0)