Skip to content

Commit 2274402

Browse files
authored
chore(master): Release 0.68.2 (#10948)
🤖 I have created a release *beep* *boop* --- <details><summary>aztec-package: 0.68.2</summary> ## [0.68.2](aztec-package-v0.68.1...aztec-package-v0.68.2) (2024-12-23) ### Miscellaneous * **aztec-package:** Synchronize aztec-packages versions </details> <details><summary>barretenberg.js: 0.68.2</summary> ## [0.68.2](barretenberg.js-v0.68.1...barretenberg.js-v0.68.2) (2024-12-23) ### Miscellaneous * **barretenberg.js:** Synchronize aztec-packages versions </details> <details><summary>aztec-packages: 0.68.2</summary> ## [0.68.2](aztec-packages-v0.68.1...aztec-packages-v0.68.2) (2024-12-23) ### Bug Fixes * Fix proverEnabled flag in cli-wallet ([#10945](#10945)) ([c484e50](c484e50)) </details> <details><summary>barretenberg: 0.68.2</summary> ## [0.68.2](barretenberg-v0.68.1...barretenberg-v0.68.2) (2024-12-23) ### Miscellaneous * **barretenberg:** Synchronize aztec-packages versions </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 82bc146 commit 2274402

File tree

8 files changed

+50
-7
lines changed

8 files changed

+50
-7
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
".": "0.68.1",
2+
".": "0.68.2",
33
"yarn-project/cli": "0.35.1",
4-
"yarn-project/aztec": "0.68.1",
5-
"barretenberg": "0.68.1",
6-
"barretenberg/ts": "0.68.1"
4+
"yarn-project/aztec": "0.68.2",
5+
"barretenberg": "0.68.2",
6+
"barretenberg/ts": "0.68.2"
77
}

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.68.2](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.68.1...aztec-packages-v0.68.2) (2024-12-24)
4+
5+
6+
### Features
7+
8+
* Use UltraRollupHonk in rollup ([#10342](https://github.com/AztecProtocol/aztec-packages/issues/10342)) ([82bc146](https://github.com/AztecProtocol/aztec-packages/commit/82bc146989f1375bb36b7d2ab47e3068af513f71))
9+
10+
11+
### Bug Fixes
12+
13+
* Fix proverEnabled flag in cli-wallet ([#10945](https://github.com/AztecProtocol/aztec-packages/issues/10945)) ([c484e50](https://github.com/AztecProtocol/aztec-packages/commit/c484e50ad990ae50e99a5badc4cec60e679d68e8))
14+
15+
16+
### Miscellaneous
17+
18+
* Replace relative paths to noir-protocol-circuits ([a71813b](https://github.com/AztecProtocol/aztec-packages/commit/a71813b37a6f30222063e256ceb9b54c6871336d))
19+
20+
21+
### Documentation
22+
23+
* Update aztec-wallet proving instructions ([#10953](https://github.com/AztecProtocol/aztec-packages/issues/10953)) ([c0821bd](https://github.com/AztecProtocol/aztec-packages/commit/c0821bd9f224c84d4e0079fd783812e1e766b92c))
24+
325
## [0.68.1](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.68.0...aztec-packages-v0.68.1) (2024-12-23)
426

527

barretenberg/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.68.2](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.68.1...barretenberg-v0.68.2) (2024-12-24)
4+
5+
6+
### Features
7+
8+
* Use UltraRollupHonk in rollup ([#10342](https://github.com/AztecProtocol/aztec-packages/issues/10342)) ([82bc146](https://github.com/AztecProtocol/aztec-packages/commit/82bc146989f1375bb36b7d2ab47e3068af513f71))
9+
310
## [0.68.1](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.68.0...barretenberg-v0.68.1) (2024-12-23)
411

512

barretenberg/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.24 FATAL_ERROR)
66
project(
77
Barretenberg
88
DESCRIPTION "BN254 elliptic curve library, and PLONK SNARK prover"
9-
VERSION 0.68.1 # x-release-please-version
9+
VERSION 0.68.2 # x-release-please-version
1010
LANGUAGES CXX C
1111
)
1212
# Insert version into `bb` config file

barretenberg/ts/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.68.2](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.68.1...barretenberg.js-v0.68.2) (2024-12-24)
4+
5+
6+
### Miscellaneous
7+
8+
* **barretenberg.js:** Synchronize aztec-packages versions
9+
310
## [0.68.1](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.68.0...barretenberg.js-v0.68.1) (2024-12-23)
411

512

barretenberg/ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aztec/bb.js",
33
"packageManager": "yarn@4.5.2",
4-
"version": "0.68.1",
4+
"version": "0.68.2",
55
"homepage": "https://github.com/AztecProtocol/aztec-packages/tree/master/barretenberg/ts",
66
"license": "MIT",
77
"type": "module",

yarn-project/aztec/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.68.2](https://github.com/AztecProtocol/aztec-packages/compare/aztec-package-v0.68.1...aztec-package-v0.68.2) (2024-12-24)
4+
5+
6+
### Miscellaneous
7+
8+
* **aztec-package:** Synchronize aztec-packages versions
9+
310
## [0.68.1](https://github.com/AztecProtocol/aztec-packages/compare/aztec-package-v0.68.0...aztec-package-v0.68.1) (2024-12-23)
411

512

yarn-project/aztec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aztec/aztec",
3-
"version": "0.68.1",
3+
"version": "0.68.2",
44
"type": "module",
55
"exports": {
66
".": "./dest/index.js"

0 commit comments

Comments
 (0)