Skip to content

Commit

Permalink
chore(master): Release 0.41.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AztecBot committed May 21, 2024
1 parent 221e247 commit 18af200
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
".": "0.41.0",
".": "0.41.1",
"yarn-project/cli": "0.35.1",
"yarn-project/aztec": "0.41.0",
"barretenberg": "0.41.0",
"barretenberg/ts": "0.41.0"
"yarn-project/aztec": "0.41.1",
"barretenberg": "0.41.1",
"barretenberg/ts": "0.41.1"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [0.41.1](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.41.0...aztec-packages-v0.41.1) (2024-05-21)


### Features

* Add `as_witness` builtin function in order to constrain a witness to be equal to a variable (https://github.com/noir-lang/noir/pull/4641) ([221e247](https://github.com/AztecProtocol/aztec-packages/commit/221e2479622aef8e70120dc0a9f91ffcbc99efba))
* Add native rust implementation of schnorr signature verification (https://github.com/noir-lang/noir/pull/5053) ([221e247](https://github.com/AztecProtocol/aztec-packages/commit/221e2479622aef8e70120dc0a9f91ffcbc99efba))
* Implement turbofish operator (https://github.com/noir-lang/noir/pull/3542) ([221e247](https://github.com/AztecProtocol/aztec-packages/commit/221e2479622aef8e70120dc0a9f91ffcbc99efba))


### Bug Fixes

* Dont take down ensure-builder runs early ([#6526](https://github.com/AztecProtocol/aztec-packages/issues/6526)) ([2e8351d](https://github.com/AztecProtocol/aztec-packages/commit/2e8351d807f76858133af2b357cfb8c5736338cc))
* **frontend:** Call trait method with mut self from generic definition (https://github.com/noir-lang/noir/pull/5041) ([221e247](https://github.com/AztecProtocol/aztec-packages/commit/221e2479622aef8e70120dc0a9f91ffcbc99efba))


### Miscellaneous

* Add serde traits to compressed string ([#6569](https://github.com/AztecProtocol/aztec-packages/issues/6569)) ([65ee122](https://github.com/AztecProtocol/aztec-packages/commit/65ee122a62055a621ad35f3fb7db97317500ea3a))
* Clarify that ci-consistency is a warning ([#6567](https://github.com/AztecProtocol/aztec-packages/issues/6567)) ([7720ea9](https://github.com/AztecProtocol/aztec-packages/commit/7720ea9d99394fe2a4acf64c0832e82eff02699d))
* **experimental:** Elaborate impls & non-trait impls (https://github.com/noir-lang/noir/pull/5007) ([221e247](https://github.com/AztecProtocol/aztec-packages/commit/221e2479622aef8e70120dc0a9f91ffcbc99efba))
* Release Noir(0.30.0) (https://github.com/noir-lang/noir/pull/4981) ([221e247](https://github.com/AztecProtocol/aztec-packages/commit/221e2479622aef8e70120dc0a9f91ffcbc99efba))

## [0.41.0](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.40.1...aztec-packages-v0.41.0) (2024-05-21)


Expand Down
7 changes: 7 additions & 0 deletions barretenberg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.41.1](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.41.0...barretenberg-v0.41.1) (2024-05-21)


### Miscellaneous

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

## [0.41.0](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.40.1...barretenberg-v0.41.0) (2024-05-21)


Expand Down
2 changes: 1 addition & 1 deletion barretenberg/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.41.0 # x-release-please-version
VERSION 0.41.1 # x-release-please-version
LANGUAGES CXX C
)
# Insert version into `bb` config file
Expand Down
7 changes: 7 additions & 0 deletions barretenberg/ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.41.1](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.41.0...barretenberg.js-v0.41.1) (2024-05-21)


### Miscellaneous

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

## [0.41.0](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.40.1...barretenberg.js-v0.41.0) (2024-05-21)


Expand Down
2 changes: 1 addition & 1 deletion barretenberg/ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aztec/bb.js",
"version": "0.41.0",
"version": "0.41.1",
"homepage": "https://github.com/AztecProtocol/aztec-packages/tree/master/barretenberg/ts",
"license": "MIT",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions yarn-project/aztec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.41.1](https://github.com/AztecProtocol/aztec-packages/compare/aztec-package-v0.41.0...aztec-package-v0.41.1) (2024-05-21)


### Miscellaneous

* **aztec-package:** Synchronize aztec-packages versions

## [0.41.0](https://github.com/AztecProtocol/aztec-packages/compare/aztec-package-v0.40.1...aztec-package-v0.41.0) (2024-05-21)


Expand Down
2 changes: 1 addition & 1 deletion yarn-project/aztec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aztec/aztec",
"version": "0.41.0",
"version": "0.41.1",
"type": "module",
"exports": {
".": "./dest/index.js"
Expand Down

0 comments on commit 18af200

Please sign in to comment.