Skip to content

Commit e0e3e7d

Browse files
authored
Merge branch 'main' into TomAFrench-patch-2
2 parents 7372e17 + 2cd1937 commit e0e3e7d

19 files changed

+581
-163
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828

2929
- name: Run Noir tests
3030
run: nargo test
31+
env:
32+
RAYON_NUM_THREADS: 1
3133

3234
format:
3335
runs-on: ubuntu-latest
@@ -38,7 +40,7 @@ jobs:
3840
- name: Install Nargo
3941
uses: noir-lang/[email protected]
4042
with:
41-
toolchain: 0.36.0
43+
toolchain: 0.37.0
4244

4345
- name: Run formatter
4446
run: nargo fmt --check

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.0"
2+
".": "0.5.1"
33
}

CHANGELOG.md

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

3+
## [0.5.1](https://github.com/noir-lang/noir_bigcurve/compare/v0.5.0...v0.5.1) (2024-11-30)
4+
5+
6+
### Bug Fixes
7+
8+
* Update Tests ([#13](https://github.com/noir-lang/noir_bigcurve/issues/13)) ([e1f1c9c](https://github.com/noir-lang/noir_bigcurve/commit/e1f1c9c985c29213b17d965266e4f30a67b59766))
9+
310
## [0.5.0](https://github.com/noir-lang/noir_bigcurve/compare/v0.3.1...v0.5.0) (2024-11-08)
411

512

Nargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name = "noir_bigcurve"
33
type = "lib"
44
authors = [""]
5-
compiler_version = ">=0.36.0"
5+
compiler_version = ">=0.37.0"
66

77
[dependencies]
8-
bignum = {tag = "v0.4.1", git = "https://github.com/noir-lang/noir-bignum"}
8+
bignum = {tag = "v0.4.2", git = "https://github.com/noir-lang/noir-bignum"}
99
sort = {tag = "v0.2.0", git = "https://github.com/noir-lang/noir_sort"}

0 commit comments

Comments
 (0)