Skip to content

Commit c68f776

Browse files
chore: Release 0.44.0 (#10)
🤖 I have created a release *beep* *boop* --- ## [0.44.0](v0.43.3...v0.44.0) (2026-01-27) ### ⚠ BREAKING CHANGES * avoid using "impl Trait" syntax * bump keccak256 to v0.1.3 * drop support of Noir beta 16 ### Features * Bump keccak256 to v0.1.3 ([41e2412](41e2412)) ### Bug Fixes * Avoid using "impl Trait" syntax ([598dc81](598dc81)) ### Miscellaneous Chores * Drop support of Noir beta 16 ([3319189](3319189)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 598dc81 commit c68f776

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [0.44.0](https://github.com/olehmisar/nodash/compare/v0.43.3...v0.44.0) (2026-01-27)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* avoid using "impl Trait" syntax
9+
* bump keccak256 to v0.1.3
10+
* drop support of Noir beta 16
11+
12+
### Features
13+
14+
* Bump keccak256 to v0.1.3 ([41e2412](https://github.com/olehmisar/nodash/commit/41e2412d3cda65b5d3d7786845d155d31ceb0df0))
15+
16+
17+
### Bug Fixes
18+
19+
* Avoid using "impl Trait" syntax ([598dc81](https://github.com/olehmisar/nodash/commit/598dc81a2d20aeeb887ff0fdfc3d3ff48152d69f))
20+
21+
22+
### Miscellaneous Chores
23+
24+
* Drop support of Noir beta 16 ([3319189](https://github.com/olehmisar/nodash/commit/3319189fd4663650600c38783913ce31b3e5f8fb))
25+
326
## [0.43.3](https://github.com/olehmisar/nodash/compare/v0.43.2...v0.43.3) (2026-01-27)
427

528

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Put this into your Nargo.toml.
99
<!-- x-release-please-start-version -->
1010

1111
```toml
12-
nodash = { git = "https://github.com/olehmisar/nodash/", tag = "v0.43.3" }
12+
nodash = { git = "https://github.com/olehmisar/nodash/", tag = "v0.44.0" }
1313
```
1414

1515
<!-- x-release-please-end -->

0 commit comments

Comments
 (0)