File tree Expand file tree Collapse file tree 8 files changed +34
-6
lines changed Expand file tree Collapse file tree 8 files changed +34
-6
lines changed Original file line number Diff line number Diff line change 1- {"." :" 0.3.4 " ,"ts" :" 0.3.4 " }
1+ {"." :" 0.3.5 " ,"ts" :" 0.3.5 " }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.3.5] ( https://github.com/AztecProtocol/barretenberg/compare/barretenberg-v0.3.4...barretenberg-v0.3.5 ) (2023-08-07)
4+
5+
6+ ### Features
7+
8+ * Celer benchmark ([ #1369 ] ( https://github.com/AztecProtocol/barretenberg/issues/1369 ) ) ([ d4ade2a] ( https://github.com/AztecProtocol/barretenberg/commit/d4ade2a5f06a3abf3c9c2635946d7121cc2f64b4 ) )
9+ * Goblin Honk Composer/Prover/Verifier ([ #1220 ] ( https://github.com/AztecProtocol/barretenberg/issues/1220 ) ) ([ 970bb07] ( https://github.com/AztecProtocol/barretenberg/commit/970bb073763cc59552cd05dccf7f8fc63f58cef9 ) )
10+ * Goblin translator prototype ([ #1249 ] ( https://github.com/AztecProtocol/barretenberg/issues/1249 ) ) ([ 7738d74] ( https://github.com/AztecProtocol/barretenberg/commit/7738d74791acc0fa8b1b1d8bb2a77783ca900123 ) )
11+ * Internal keyword + lending contract and tests ([ #978 ] ( https://github.com/AztecProtocol/barretenberg/issues/978 ) ) ([ e58ca4b] ( https://github.com/AztecProtocol/barretenberg/commit/e58ca4b332272fc57b2a5358bb5003bac79a8f5a ) )
12+ * Minimal barretenberg .circleci ([ #1352 ] ( https://github.com/AztecProtocol/barretenberg/issues/1352 ) ) ([ 708e2e2] ( https://github.com/AztecProtocol/barretenberg/commit/708e2e2786de5dce5bfc770c54734e5862a436e5 ) )
13+
14+
15+ ### Bug Fixes
16+
17+ * Bootstrap.sh git hook for monorepo ([ #1256 ] ( https://github.com/AztecProtocol/barretenberg/issues/1256 ) ) ([ b22b8d5] ( https://github.com/AztecProtocol/barretenberg/commit/b22b8d5f42ddfae140068c3ce8b3053d4c8d1874 ) )
18+ * Build-system spot request cancellation ([ #1339 ] ( https://github.com/AztecProtocol/barretenberg/issues/1339 ) ) ([ fc1d96a] ( https://github.com/AztecProtocol/barretenberg/commit/fc1d96a744a8d5a6cae06c408546c3638408551d ) )
19+ * Fixing external benchmarks ([ #1250 ] ( https://github.com/AztecProtocol/barretenberg/issues/1250 ) ) ([ 0ea6a39] ( https://github.com/AztecProtocol/barretenberg/commit/0ea6a39950e8cd5ff7765031457c162d03ebae06 ) )
20+ * Fixing fuzzing build after composer splitting ([ #1317 ] ( https://github.com/AztecProtocol/barretenberg/issues/1317 ) ) ([ 946c23c] ( https://github.com/AztecProtocol/barretenberg/commit/946c23c52d45ddce973e453c40c048734e7f6937 ) )
21+ * Reinstate barretenberg-benchmark-aggregator ([ #1330 ] ( https://github.com/AztecProtocol/barretenberg/issues/1330 ) ) ([ 407a915] ( https://github.com/AztecProtocol/barretenberg/commit/407a915a94c7d83dec9e14a11ad0e3461fd2906d ) )
22+ * Retry git submodule fetch ([ #1371 ] ( https://github.com/AztecProtocol/barretenberg/issues/1371 ) ) ([ 037dda3] ( https://github.com/AztecProtocol/barretenberg/commit/037dda3d254d56a20292d2bed5a9582d36c08427 ) )
23+
324## [ 0.3.4] ( https://github.com/AztecProtocol/barretenberg/compare/barretenberg-v0.3.3...barretenberg-v0.3.4 ) (2023-07-25)
425
526
Original file line number Diff line number Diff line change 1- v0.3.4 x-release-please-version
1+ v0.3.5 x-release-please-version
Original file line number Diff line number Diff line change 66stdenv . mkDerivation
77{
88 pname = "barretenberg.wasm" ;
9- version = "0.3.4 " ; # x-release-please-version
9+ version = "0.3.5 " ; # x-release-please-version
1010
1111 src = ./cpp ;
1212
Original file line number Diff line number Diff line change 1414buildEnv . mkDerivation
1515{
1616 pname = "libbarretenberg" ;
17- version = "0.3.4 " ; # x-release-please-version
17+ version = "0.3.5 " ; # x-release-please-version
1818
1919 src = ./cpp ;
2020
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.24)
66project (
77 Barretenberg
88 DESCRIPTION "BN254 elliptic curve library, and PLONK SNARK prover"
9- VERSION 0.3.4 # x-release-please-version
9+ VERSION 0.3.5 # x-release-please-version
1010 LANGUAGES CXX C
1111)
1212
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.3.5] ( https://github.com/AztecProtocol/barretenberg/compare/barretenberg.js-v0.3.4...barretenberg.js-v0.3.5 ) (2023-08-07)
4+
5+
6+ ### Miscellaneous Chores
7+
8+ * ** barretenberg.js:** Synchronize barretenberg versions
9+
310## [ 0.3.4] ( https://github.com/AztecProtocol/barretenberg/compare/barretenberg.js-v0.3.3...barretenberg.js-v0.3.4 ) (2023-07-25)
411
512
Original file line number Diff line number Diff line change 11{
22 "name" : " @aztec/bb.js" ,
3- "version" : " 0.3.4 " ,
3+ "version" : " 0.3.5 " ,
44 "homepage" : " https://github.com/AztecProtocol/aztec-packages/tree/master/circuits/cpp/barretenberg/ts" ,
55 "license" : " MIT" ,
66 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments