Skip to content

Commit 4984c0e

Browse files
chore: Release 0.6.0
1 parent 41c3882 commit 4984c0e

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/noir-lang/noir-bignum/compare/v0.5.4...v0.6.0) (2025-02-25)
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+
* Export pre-defined bignum types ([#125](https://github.com/noir-lang/noir-bignum/issues/125)) ([41c3882](https://github.com/noir-lang/noir-bignum/commit/41c38828dbb6277eff99cea9e2d0901a601b943b))
14+
* 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))
15+
16+
17+
### Bug Fixes
18+
19+
* 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))
20+
21+
22+
### Miscellaneous Chores
23+
24+
* 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))
25+
326
## [0.5.4](https://github.com/noir-lang/noir-bignum/compare/v0.5.3...v0.5.4) (2025-02-08)
427

528

0 commit comments

Comments
 (0)