Skip to content

Commit

Permalink
chore(master): Release 0.50.1 (#8151)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>aztec-package: 0.50.1</summary>

##
[0.50.1](AztecProtocol/aztec-packages@aztec-package-v0.50.0...aztec-package-v0.50.1)
(2024-08-23)


### Miscellaneous

* **aztec-package:** Synchronize aztec-packages versions
</details>

<details><summary>barretenberg.js: 0.50.1</summary>

##
[0.50.1](AztecProtocol/aztec-packages@barretenberg.js-v0.50.0...barretenberg.js-v0.50.1)
(2024-08-23)


### Miscellaneous

* **barretenberg.js:** Synchronize aztec-packages versions
</details>

<details><summary>aztec-packages: 0.50.1</summary>

##
[0.50.1](AztecProtocol/aztec-packages@aztec-packages-v0.50.0...aztec-packages-v0.50.1)
(2024-08-23)


### Features

* Free instances and circuits earlier to reduce max memory usage
([#8118](AztecProtocol/aztec-packages#8118))
([32a04c1](AztecProtocol/aztec-packages@32a04c1))
* Prepare protocol circuits for batch rollup
([#7727](AztecProtocol/aztec-packages#7727))
([a126e22](AztecProtocol/aztec-packages@a126e22))
* Share the commitment key between instances to reduce mem
([#8154](AztecProtocol/aztec-packages#8154))
([c3dddf8](AztecProtocol/aztec-packages@c3dddf8))


### Bug Fixes

* Cli-wallet manifest
([#8156](AztecProtocol/aztec-packages#8156))
([2ffcda3](AztecProtocol/aztec-packages@2ffcda3))


### Miscellaneous

* Replace relative paths to noir-protocol-circuits
([5372ac4](AztecProtocol/aztec-packages@5372ac4))
* Requiring only 1 sig from user
([#8146](AztecProtocol/aztec-packages#8146))
([f0b564b](AztecProtocol/aztec-packages@f0b564b))
</details>

<details><summary>barretenberg: 0.50.1</summary>

##
[0.50.1](AztecProtocol/aztec-packages@barretenberg-v0.50.0...barretenberg-v0.50.1)
(2024-08-23)


### Features

* Free instances and circuits earlier to reduce max memory usage
([#8118](AztecProtocol/aztec-packages#8118))
([32a04c1](AztecProtocol/aztec-packages@32a04c1))
* Share the commitment key between instances to reduce mem
([#8154](AztecProtocol/aztec-packages#8154))
([c3dddf8](AztecProtocol/aztec-packages@c3dddf8))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
AztecBot committed Aug 24, 2024
1 parent ad140a8 commit 2afc703
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.50.1](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.50.0...barretenberg-v0.50.1) (2024-08-23)


### Features

* Free instances and circuits earlier to reduce max memory usage ([#8118](https://github.com/AztecProtocol/aztec-packages/issues/8118)) ([32a04c1](https://github.com/AztecProtocol/aztec-packages/commit/32a04c1e14564192df1581829d8f0ccb4a072769))
* Share the commitment key between instances to reduce mem ([#8154](https://github.com/AztecProtocol/aztec-packages/issues/8154)) ([c3dddf8](https://github.com/AztecProtocol/aztec-packages/commit/c3dddf83941fd7411f2faefff43552aa174e1401))

## [0.50.0](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.49.2...barretenberg-v0.50.0) (2024-08-22)


Expand Down
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.24 FATAL_ERROR)
project(
Barretenberg
DESCRIPTION "BN254 elliptic curve library, and PLONK SNARK prover"
VERSION 0.50.0 # x-release-please-version
VERSION 0.50.1 # x-release-please-version
LANGUAGES CXX C
)
# Insert version into `bb` config file
Expand Down
7 changes: 7 additions & 0 deletions ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.50.1](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.50.0...barretenberg.js-v0.50.1) (2024-08-23)


### Miscellaneous

* **barretenberg.js:** Synchronize aztec-packages versions

## [0.50.0](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.49.2...barretenberg.js-v0.50.0) (2024-08-22)


Expand Down
2 changes: 1 addition & 1 deletion ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aztec/bb.js",
"packageManager": "yarn@1.22.22",
"version": "0.50.0",
"version": "0.50.1",
"homepage": "https://github.com/AztecProtocol/aztec-packages/tree/master/barretenberg/ts",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 2afc703

Please sign in to comment.