Skip to content

Commit

Permalink
chore(master): Release 0.46.8
Browse files Browse the repository at this point in the history
  • Loading branch information
AztecBot committed Jul 23, 2024
1 parent c39bcdc commit 756f9fd
Show file tree
Hide file tree
Showing 8 changed files with 132 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.46.7",
".": "0.46.8",
"yarn-project/cli": "0.35.1",
"yarn-project/aztec": "0.46.7",
"barretenberg": "0.46.7",
"barretenberg/ts": "0.46.7"
"yarn-project/aztec": "0.46.8",
"barretenberg": "0.46.8",
"barretenberg/ts": "0.46.8"
}
90 changes: 90 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,95 @@
# Changelog

## [0.46.8](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.46.7...aztec-packages-v0.46.8) (2024-07-23)


### Features

* Add `TraitDefinition::as_trait_constraint()` (https://github.com/noir-lang/noir/pull/5541) ([c39bcdc](https://github.com/AztecProtocol/aztec-packages/commit/c39bcdc844858f57c1578b7f36878307ac3668b1))
* Add a compile-time hash map type (https://github.com/noir-lang/noir/pull/5543) ([c39bcdc](https://github.com/AztecProtocol/aztec-packages/commit/c39bcdc844858f57c1578b7f36878307ac3668b1))
* Add comptime support for `modulus_*` compiler builtins (https://github.com/noir-lang/noir/pull/5530) ([c39bcdc](https://github.com/AztecProtocol/aztec-packages/commit/c39bcdc844858f57c1578b7f36878307ac3668b1))
* Add debug codelens action (https://github.com/noir-lang/noir/pull/5474) ([4ec86c0](https://github.com/AztecProtocol/aztec-packages/commit/4ec86c0b6abdd6a22a66bde1229fcdb5c18350b6))
* Add support for usage of `super` in import paths (https://github.com/noir-lang/noir/pull/5502) ([4ec86c0](https://github.com/AztecProtocol/aztec-packages/commit/4ec86c0b6abdd6a22a66bde1229fcdb5c18350b6))
* Add TraitConstraint type (https://github.com/noir-lang/noir/pull/5499) ([c39bcdc](https://github.com/AztecProtocol/aztec-packages/commit/c39bcdc844858f57c1578b7f36878307ac3668b1))
* Add unquote function (https://github.com/noir-lang/noir/pull/5497) ([4ec86c0](https://github.com/AztecProtocol/aztec-packages/commit/4ec86c0b6abdd6a22a66bde1229fcdb5c18350b6))
* Allow arguments to attribute functions (https://github.com/noir-lang/noir/pull/5494) ([4ec86c0](https://github.com/AztecProtocol/aztec-packages/commit/4ec86c0b6abdd6a22a66bde1229fcdb5c18350b6))
* Allow comptime attributes on traits & functions (https://github.com/noir-lang/noir/pull/5496) ([4ec86c0](https://github.com/AztecProtocol/aztec-packages/commit/4ec86c0b6abdd6a22a66bde1229fcdb5c18350b6))
* **avm-simulator:** Keccakf1600 opcode ([#7545](https://github.com/AztecProtocol/aztec-packages/issues/7545)) ([b81c503](https://github.com/AztecProtocol/aztec-packages/commit/b81c503cb7f17072b7e6d213a8dae5623b55199e))
* **avm:** Concurrency improvements ([#7495](https://github.com/AztecProtocol/aztec-packages/issues/7495)) ([0d5c066](https://github.com/AztecProtocol/aztec-packages/commit/0d5c066382a326fbc2c5f5c6844a9c6cc3a54738))
* Bootstrap devnet on CI ([#7534](https://github.com/AztecProtocol/aztec-packages/issues/7534)) ([77ce1c3](https://github.com/AztecProtocol/aztec-packages/commit/77ce1c3337853b34ac937877e6c7588f446df3ec))
* Bus updates ([#7522](https://github.com/AztecProtocol/aztec-packages/issues/7522)) ([bf774c2](https://github.com/AztecProtocol/aztec-packages/commit/bf774c2fbe660401812380b9c1360a33e0274a51))
* Faucet takes mnemonic ([#7546](https://github.com/AztecProtocol/aztec-packages/issues/7546)) ([dbd054f](https://github.com/AztecProtocol/aztec-packages/commit/dbd054f9ee9b7ec403ea9de1b9acde30bf5763a0))
* Handle ACIR calls in the debugger (https://github.com/noir-lang/noir/pull/5051) ([4ec86c0](https://github.com/AztecProtocol/aztec-packages/commit/4ec86c0b6abdd6a22a66bde1229fcdb5c18350b6))
* LSP document symbol (https://github.com/noir-lang/noir/pull/5532) ([c39bcdc](https://github.com/AztecProtocol/aztec-packages/commit/c39bcdc844858f57c1578b7f36878307ac3668b1))
* LSP hover (https://github.com/noir-lang/noir/pull/5491) ([4ec86c0](https://github.com/AztecProtocol/aztec-packages/commit/4ec86c0b6abdd6a22a66bde1229fcdb5c18350b6))
* LSP inlay hints for let and global (https://github.com/noir-lang/noir/pull/5510) ([c39bcdc](https://github.com/AztecProtocol/aztec-packages/commit/c39bcdc844858f57c1578b7f36878307ac3668b1))
* LSP inlay parameter hints (https://github.com/noir-lang/noir/pull/5553) ([c39bcdc](https://github.com/AztecProtocol/aztec-packages/commit/c39bcdc844858f57c1578b7f36878307ac3668b1))
* **nargo:** Default expression width field in `Nargo.toml` (https://github.com/noir-lang/noir/pull/5505) ([4ec86c0](https://github.com/AztecProtocol/aztec-packages/commit/4ec86c0b6abdd6a22a66bde1229fcdb5c18350b6))
* Populate recipient in outgoing ([#7390](https://github.com/AztecProtocol/aztec-packages/issues/7390)) ([3293244](https://github.com/AztecProtocol/aztec-packages/commit/32932443940f4e9e9f75aa0de1ad1399784c2a10))
* Prover node ([#7452](https://github.com/AztecProtocol/aztec-packages/issues/7452)) ([609a68f](https://github.com/AztecProtocol/aztec-packages/commit/609a68faf9ad40694b33e1a403a8d8863cfc1de9)), closes [#7346](https://github.com/AztecProtocol/aztec-packages/issues/7346)
* Skip reading values immediately after it being written into an array (https://github.com/noir-lang/noir/pull/5449) ([4ec86c0](https://github.com/AztecProtocol/aztec-packages/commit/4ec86c0b6abdd6a22a66bde1229fcdb5c18350b6))
* Solidity honk verifier ([#5485](https://github.com/AztecProtocol/aztec-packages/issues/5485)) ([8dfebe4](https://github.com/AztecProtocol/aztec-packages/commit/8dfebe4990195224dc162c9d98137040b30cfab2))
* Trimming 1 byte from compressed repr of Point ([#7505](https://github.com/AztecProtocol/aztec-packages/issues/7505)) ([9a68034](https://github.com/AztecProtocol/aztec-packages/commit/9a680347d27b546aef6f469fae8839b770aaf1e4))
* TS keccakf1600 ([#7542](https://github.com/AztecProtocol/aztec-packages/issues/7542)) ([55fb93d](https://github.com/AztecProtocol/aztec-packages/commit/55fb93d32ca5d33b861f3edbe0abfdb1734be54f))


### Bug Fixes

* Add yq to build image ([#7338](https://github.com/AztecProtocol/aztec-packages/issues/7338)) ([6035595](https://github.com/AztecProtocol/aztec-packages/commit/603559519e6882e94bb7071a9237bf12004fff2f))
* **avm:** One too many range check rows ([#7499](https://github.com/AztecProtocol/aztec-packages/issues/7499)) ([deb6918](https://github.com/AztecProtocol/aztec-packages/commit/deb69180f3a3670c7a512d4c401c3ad8b5da0e17))
* **aztec-nr:** Make impls not stricter than traits ([#7502](https://github.com/AztecProtocol/aztec-packages/issues/7502)) ([c498934](https://github.com/AztecProtocol/aztec-packages/commit/c498934922c778f86c127fa1896de1e94a61ed38))
* Cli fixes ([#7543](https://github.com/AztecProtocol/aztec-packages/issues/7543)) ([689000a](https://github.com/AztecProtocol/aztec-packages/commit/689000a57a7773389978e9bcad253d4eedcc8c5e))
* Don't panic when a macro fails to resolve (https://github.com/noir-lang/noir/pull/5537) ([c39bcdc](https://github.com/AztecProtocol/aztec-packages/commit/c39bcdc844858f57c1578b7f36878307ac3668b1))
* Don't type error when calling certain trait impls in the interpreter (https://github.com/noir-lang/noir/pull/5471) ([4ec86c0](https://github.com/AztecProtocol/aztec-packages/commit/4ec86c0b6abdd6a22a66bde1229fcdb5c18350b6))
* Error on empty function bodies (https://github.com/noir-lang/noir/pull/5519) ([c39bcdc](https://github.com/AztecProtocol/aztec-packages/commit/c39bcdc844858f57c1578b7f36878307ac3668b1))
* Fix `uhashmap` test name (https://github.com/noir-lang/noir/pull/5563) ([c39bcdc](https://github.com/AztecProtocol/aztec-packages/commit/c39bcdc844858f57c1578b7f36878307ac3668b1))
* Fix occurs check (https://github.com/noir-lang/noir/pull/5535) ([c39bcdc](https://github.com/AztecProtocol/aztec-packages/commit/c39bcdc844858f57c1578b7f36878307ac3668b1))
* **frontend:** Disallow signed numeric generics (https://github.com/noir-lang/noir/pull/5572) ([c39bcdc](https://github.com/AztecProtocol/aztec-packages/commit/c39bcdc844858f57c1578b7f36878307ac3668b1))
* **frontend:** Error for when impl is stricter than trait (https://github.com/noir-lang/noir/pull/5343) ([c39bcdc](https://github.com/AztecProtocol/aztec-packages/commit/c39bcdc844858f57c1578b7f36878307ac3668b1))
* Let unary traits work at comptime (https://github.com/noir-lang/noir/pull/5507) ([c39bcdc](https://github.com/AztecProtocol/aztec-packages/commit/c39bcdc844858f57c1578b7f36878307ac3668b1))
* Lsp hover wasn't always working (https://github.com/noir-lang/noir/pull/5515) ([4ec86c0](https://github.com/AztecProtocol/aztec-packages/commit/4ec86c0b6abdd6a22a66bde1229fcdb5c18350b6))
* Mutability in the comptime interpreter (https://github.com/noir-lang/noir/pull/5517) ([4ec86c0](https://github.com/AztecProtocol/aztec-packages/commit/4ec86c0b6abdd6a22a66bde1229fcdb5c18350b6))
* Never panic in LSP inlay hints (https://github.com/noir-lang/noir/pull/5534) ([c39bcdc](https://github.com/AztecProtocol/aztec-packages/commit/c39bcdc844858f57c1578b7f36878307ac3668b1))
* Nuke app siloed incoming viewing keys ([#7464](https://github.com/AztecProtocol/aztec-packages/issues/7464)) ([24d353a](https://github.com/AztecProtocol/aztec-packages/commit/24d353ad3edf28ef8c5476b707911d09fc718e92))
* Prover JSON RPC ([#7496](https://github.com/AztecProtocol/aztec-packages/issues/7496)) ([ca584a0](https://github.com/AztecProtocol/aztec-packages/commit/ca584a0c2e611ad2b1a1a3295117328bc2ec7ec5))
* Remove custom entrypoint from CLI image ([#7508](https://github.com/AztecProtocol/aztec-packages/issues/7508)) ([c892c6a](https://github.com/AztecProtocol/aztec-packages/commit/c892c6a8d9dd7b00e95cc7b65c2fb8d3bee4c402))
* Revert PR [#5449](https://github.com/AztecProtocol/aztec-packages/issues/5449) (https://github.com/noir-lang/noir/pull/5548) ([c39bcdc](https://github.com/AztecProtocol/aztec-packages/commit/c39bcdc844858f57c1578b7f36878307ac3668b1))
* **ssa:** More robust array deduplication check (https://github.com/noir-lang/noir/pull/5547) ([c39bcdc](https://github.com/AztecProtocol/aztec-packages/commit/c39bcdc844858f57c1578b7f36878307ac3668b1))
* Type_of for pointer types (https://github.com/noir-lang/noir/pull/5536) ([c39bcdc](https://github.com/AztecProtocol/aztec-packages/commit/c39bcdc844858f57c1578b7f36878307ac3668b1))


### Miscellaneous

* Add benchmark for ecdsa (https://github.com/noir-lang/noir/pull/5113) ([4ec86c0](https://github.com/AztecProtocol/aztec-packages/commit/4ec86c0b6abdd6a22a66bde1229fcdb5c18350b6))
* Added regression test for check_for_underconstrained_values resolve bug (https://github.com/noir-lang/noir/pull/5490) ([4ec86c0](https://github.com/AztecProtocol/aztec-packages/commit/4ec86c0b6abdd6a22a66bde1229fcdb5c18350b6))
* **avm:** Count non-zero elems and others ([#7498](https://github.com/AztecProtocol/aztec-packages/issues/7498)) ([7d97c0f](https://github.com/AztecProtocol/aztec-packages/commit/7d97c0f1076146013444ee0a23ea1a56bf98cb38))
* **avm:** Nuke declare_views ([#7507](https://github.com/AztecProtocol/aztec-packages/issues/7507)) ([7e07ba9](https://github.com/AztecProtocol/aztec-packages/commit/7e07ba9f707b95409ea1cab71f123db44c188994))
* Bump hardhat version to `2.22.6` (https://github.com/noir-lang/noir/pull/5514) ([4ec86c0](https://github.com/AztecProtocol/aztec-packages/commit/4ec86c0b6abdd6a22a66bde1229fcdb5c18350b6))
* **ci:** Add workflow to run `nargo check` on external repos (https://github.com/noir-lang/noir/pull/5355) ([4ec86c0](https://github.com/AztecProtocol/aztec-packages/commit/4ec86c0b6abdd6a22a66bde1229fcdb5c18350b6))
* **ci:** Remove bad colon in yaml file (https://github.com/noir-lang/noir/pull/5520) ([4ec86c0](https://github.com/AztecProtocol/aztec-packages/commit/4ec86c0b6abdd6a22a66bde1229fcdb5c18350b6))
* Disable aztec-packages CI checks (https://github.com/noir-lang/noir/pull/5566) ([c39bcdc](https://github.com/AztecProtocol/aztec-packages/commit/c39bcdc844858f57c1578b7f36878307ac3668b1))
* **docs:** Docs for turbofish operator (https://github.com/noir-lang/noir/pull/5555) ([c39bcdc](https://github.com/AztecProtocol/aztec-packages/commit/c39bcdc844858f57c1578b7f36878307ac3668b1))
* Filter warnings from elaborator in Aztec Macros (https://github.com/noir-lang/noir/pull/5556) ([c39bcdc](https://github.com/AztecProtocol/aztec-packages/commit/c39bcdc844858f57c1578b7f36878307ac3668b1))
* Fix benchmark summary credentials ([#7549](https://github.com/AztecProtocol/aztec-packages/issues/7549)) ([817dd10](https://github.com/AztecProtocol/aztec-packages/commit/817dd107d1a5da833dec7be14e5b3e918bc2d4ad))
* Introduce execution oracle ([#7521](https://github.com/AztecProtocol/aztec-packages/issues/7521)) ([645aec1](https://github.com/AztecProtocol/aztec-packages/commit/645aec1965f8c8a04fbc36474365e7b895edf34e))
* Moving pub_key_to_bytes to aztec-nr ([#7506](https://github.com/AztecProtocol/aztec-packages/issues/7506)) ([5b323a7](https://github.com/AztecProtocol/aztec-packages/commit/5b323a7f113a748381ab3dfdb4954dd780a4f1c5))
* Noir version for Pedersen commitment and hash (https://github.com/noir-lang/noir/pull/5431) ([4ec86c0](https://github.com/AztecProtocol/aztec-packages/commit/4ec86c0b6abdd6a22a66bde1229fcdb5c18350b6))
* Optimizing DA cost with new point compression ([#7473](https://github.com/AztecProtocol/aztec-packages/issues/7473)) ([2a5ee4f](https://github.com/AztecProtocol/aztec-packages/commit/2a5ee4f4a5a31ba1582dceecee0a3d79a0ac31d2))
* Release Noir(0.32.0) (https://github.com/noir-lang/noir/pull/5268) ([c39bcdc](https://github.com/AztecProtocol/aztec-packages/commit/c39bcdc844858f57c1578b7f36878307ac3668b1))
* Remove `--use-legacy` and resolution code (https://github.com/noir-lang/noir/pull/5248) ([c39bcdc](https://github.com/AztecProtocol/aztec-packages/commit/c39bcdc844858f57c1578b7f36878307ac3668b1))
* Remove dbg on find_func_with_name (https://github.com/noir-lang/noir/pull/5526) ([c39bcdc](https://github.com/AztecProtocol/aztec-packages/commit/c39bcdc844858f57c1578b7f36878307ac3668b1))
* Remove dummy arrays ([#7246](https://github.com/AztecProtocol/aztec-packages/issues/7246)) ([a4acd12](https://github.com/AztecProtocol/aztec-packages/commit/a4acd1252241e62e7c2bc24da815743f02a428fb))
* Remove more aztec-nr warnings (numerics and unused variables) ([#7519](https://github.com/AztecProtocol/aztec-packages/issues/7519)) ([3da86cb](https://github.com/AztecProtocol/aztec-packages/commit/3da86cb8d5e57b5bf66ee4ee71998b9697ce90cd))
* Remove the remainder of legacy code (https://github.com/noir-lang/noir/pull/5525) ([c39bcdc](https://github.com/AztecProtocol/aztec-packages/commit/c39bcdc844858f57c1578b7f36878307ac3668b1))
* Remove unknown annotation warning (https://github.com/noir-lang/noir/pull/5531) ([c39bcdc](https://github.com/AztecProtocol/aztec-packages/commit/c39bcdc844858f57c1578b7f36878307ac3668b1))
* Replace relative paths to noir-protocol-circuits ([0977dec](https://github.com/AztecProtocol/aztec-packages/commit/0977decb8d4c16759704c0b5f532eb17fd0d384a))
* Replace relative paths to noir-protocol-circuits ([da071bf](https://github.com/AztecProtocol/aztec-packages/commit/da071bf44af86da6200de6277b51147fb89b3ac7))
* Replace relative paths to noir-protocol-circuits ([954bcd7](https://github.com/AztecProtocol/aztec-packages/commit/954bcd736f88ec6b464b127c6a82f7ab4f38a378))
* Standardize experimental feature disclaimer across documentation (https://github.com/noir-lang/noir/pull/5367) ([c39bcdc](https://github.com/AztecProtocol/aztec-packages/commit/c39bcdc844858f57c1578b7f36878307ac3668b1))
* Switch to Noir Keccak implementation with variable size support (https://github.com/noir-lang/noir/pull/5508) ([c39bcdc](https://github.com/AztecProtocol/aztec-packages/commit/c39bcdc844858f57c1578b7f36878307ac3668b1))
* Update typo PR script (https://github.com/noir-lang/noir/pull/5488) ([4ec86c0](https://github.com/AztecProtocol/aztec-packages/commit/4ec86c0b6abdd6a22a66bde1229fcdb5c18350b6))
* Use new let syntax for generic numerics ([#7503](https://github.com/AztecProtocol/aztec-packages/issues/7503)) ([25e6684](https://github.com/AztecProtocol/aztec-packages/commit/25e6684af85af226753910d8c26840fd61e35260))

## [0.46.7](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.46.6...aztec-packages-v0.46.7) (2024-07-16)


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

## [0.46.8](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.46.7...barretenberg-v0.46.8) (2024-07-23)


### Features

* **avm:** Concurrency improvements ([#7495](https://github.com/AztecProtocol/aztec-packages/issues/7495)) ([0d5c066](https://github.com/AztecProtocol/aztec-packages/commit/0d5c066382a326fbc2c5f5c6844a9c6cc3a54738))
* Bus updates ([#7522](https://github.com/AztecProtocol/aztec-packages/issues/7522)) ([bf774c2](https://github.com/AztecProtocol/aztec-packages/commit/bf774c2fbe660401812380b9c1360a33e0274a51))
* Solidity honk verifier ([#5485](https://github.com/AztecProtocol/aztec-packages/issues/5485)) ([8dfebe4](https://github.com/AztecProtocol/aztec-packages/commit/8dfebe4990195224dc162c9d98137040b30cfab2))


### Bug Fixes

* **avm:** One too many range check rows ([#7499](https://github.com/AztecProtocol/aztec-packages/issues/7499)) ([deb6918](https://github.com/AztecProtocol/aztec-packages/commit/deb69180f3a3670c7a512d4c401c3ad8b5da0e17))


### Miscellaneous

* **avm:** Count non-zero elems and others ([#7498](https://github.com/AztecProtocol/aztec-packages/issues/7498)) ([7d97c0f](https://github.com/AztecProtocol/aztec-packages/commit/7d97c0f1076146013444ee0a23ea1a56bf98cb38))
* **avm:** Nuke declare_views ([#7507](https://github.com/AztecProtocol/aztec-packages/issues/7507)) ([7e07ba9](https://github.com/AztecProtocol/aztec-packages/commit/7e07ba9f707b95409ea1cab71f123db44c188994))

## [0.46.7](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.46.6...barretenberg-v0.46.7) (2024-07-16)


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.46.7 # x-release-please-version
VERSION 0.46.8 # 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.46.8](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.46.7...barretenberg.js-v0.46.8) (2024-07-23)


### Miscellaneous

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

## [0.46.7](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.46.6...barretenberg.js-v0.46.7) (2024-07-16)


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.46.7",
"version": "0.46.8",
"homepage": "https://github.com/AztecProtocol/aztec-packages/tree/master/barretenberg/ts",
"license": "MIT",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions yarn-project/aztec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.46.8](https://github.com/AztecProtocol/aztec-packages/compare/aztec-package-v0.46.7...aztec-package-v0.46.8) (2024-07-23)


### Features

* Bootstrap devnet on CI ([#7534](https://github.com/AztecProtocol/aztec-packages/issues/7534)) ([77ce1c3](https://github.com/AztecProtocol/aztec-packages/commit/77ce1c3337853b34ac937877e6c7588f446df3ec))
* Prover node ([#7452](https://github.com/AztecProtocol/aztec-packages/issues/7452)) ([609a68f](https://github.com/AztecProtocol/aztec-packages/commit/609a68faf9ad40694b33e1a403a8d8863cfc1de9)), closes [#7346](https://github.com/AztecProtocol/aztec-packages/issues/7346)

## [0.46.7](https://github.com/AztecProtocol/aztec-packages/compare/aztec-package-v0.46.6...aztec-package-v0.46.7) (2024-07-16)


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.46.7",
"version": "0.46.8",
"type": "module",
"exports": {
".": "./dest/index.js"
Expand Down

0 comments on commit 756f9fd

Please sign in to comment.