Skip to content

Commit a11a3f1

Browse files
chore: Release 0.6.0
1 parent 78e7216 commit a11a3f1

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-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.5.4"}
1+
{".":"0.6.0"}

CHANGELOG.md

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

3+
## [0.6.0](https://github.com/noir-lang/noir-bignum/compare/v0.5.4...v0.6.0) (2025-02-24)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* refactor library to work on u128 limbs ([#120](https://github.com/noir-lang/noir-bignum/issues/120))
9+
* remove the `RuntimeBignumTrait` and impl the methods directly for the `RuntimeBignum` struct. ([#134](https://github.com/noir-lang/noir-bignum/issues/134))
10+
11+
### Features
12+
13+
* Refactor library to work on u128 limbs ([#120](https://github.com/noir-lang/noir-bignum/issues/120)) ([78e7216](https://github.com/noir-lang/noir-bignum/commit/78e7216b019db27530322ae9bba5d0bb6e7c6b6a))
14+
15+
16+
### Bug Fixes
17+
18+
* Bugs on border cases of udiv_mod ([#128](https://github.com/noir-lang/noir-bignum/issues/128)) ([86a9492](https://github.com/noir-lang/noir-bignum/commit/86a9492b063de8b9ce29382445f84efff46a372e))
19+
20+
21+
### Miscellaneous Chores
22+
23+
* Remove the `RuntimeBignumTrait` and impl the methods directly for the `RuntimeBignum` struct. ([#134](https://github.com/noir-lang/noir-bignum/issues/134)) ([954dcf6](https://github.com/noir-lang/noir-bignum/commit/954dcf6bf5335c20d4c75f99cb9f9c448c6d6996))
24+
325
## [0.5.4](https://github.com/noir-lang/noir-bignum/compare/v0.5.3...v0.5.4) (2025-02-08)
426

527

0 commit comments

Comments
 (0)