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.4.6 " ,"ts" :" 0.4.6 " }
1
+ {"." :" 0.5.0 " ,"ts" :" 0.5.0 " }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.5.0] ( https://github.com/AztecProtocol/barretenberg/compare/barretenberg-v0.4.6...barretenberg-v0.5.0 ) (2023-09-01)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * update to acvm 0.24.0 ([ #1925 ] ( https://github.com/AztecProtocol/barretenberg/issues/1925 ) )
9
+
10
+ ### Bug Fixes
11
+
12
+ * Benchmark preset uses clang16 ([ #1902 ] ( https://github.com/AztecProtocol/barretenberg/issues/1902 ) ) ([ cd0ff0e] ( https://github.com/AztecProtocol/barretenberg/commit/cd0ff0e2c049917ec47a110b45d76bed4c00ae2a ) )
13
+ * Reset keccak var inputs to 0 ([ #1881 ] ( https://github.com/AztecProtocol/barretenberg/issues/1881 ) ) ([ 23011ee] ( https://github.com/AztecProtocol/barretenberg/commit/23011ee1ea7f1b00b0f4194ebceedc75ea01c157 ) )
14
+
15
+
16
+ ### Miscellaneous Chores
17
+
18
+ * Update to acvm 0.24.0 ([ #1925 ] ( https://github.com/AztecProtocol/barretenberg/issues/1925 ) ) ([ 5d8db8e] ( https://github.com/AztecProtocol/barretenberg/commit/5d8db8eb993334b43e24a51efba9c59e123320ab ) )
19
+
3
20
## [ 0.4.6] ( https://github.com/AztecProtocol/barretenberg/compare/barretenberg-v0.4.5...barretenberg-v0.4.6 ) (2023-08-29)
4
21
5
22
Original file line number Diff line number Diff line change 1
- v0.4.6 x-release-please-version
1
+ v0.5.0 x-release-please-version
Original file line number Diff line number Diff line change 6
6
stdenv . mkDerivation
7
7
{
8
8
pname = "barretenberg.wasm" ;
9
- version = "0.4.6 " ; # x-release-please-version
9
+ version = "0.5.0 " ; # x-release-please-version
10
10
11
11
src = ./cpp ;
12
12
Original file line number Diff line number Diff line change 14
14
buildEnv . mkDerivation
15
15
{
16
16
pname = "libbarretenberg" ;
17
- version = "0.4.6 " ; # x-release-please-version
17
+ version = "0.5.0 " ; # x-release-please-version
18
18
19
19
src = ./cpp ;
20
20
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.24)
6
6
project (
7
7
Barretenberg
8
8
DESCRIPTION "BN254 elliptic curve library, and PLONK SNARK prover"
9
- VERSION 0.4.6 # x-release-please-version
9
+ VERSION 0.5.0 # x-release-please-version
10
10
LANGUAGES CXX C
11
11
)
12
12
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.5.0] ( https://github.com/AztecProtocol/barretenberg/compare/barretenberg.js-v0.4.6...barretenberg.js-v0.5.0 ) (2023-09-01)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * update to acvm 0.24.0 ([ #1925 ] ( https://github.com/AztecProtocol/barretenberg/issues/1925 ) )
9
+
10
+ ### Miscellaneous Chores
11
+
12
+ * Update to acvm 0.24.0 ([ #1925 ] ( https://github.com/AztecProtocol/barretenberg/issues/1925 ) ) ([ 5d8db8e] ( https://github.com/AztecProtocol/barretenberg/commit/5d8db8eb993334b43e24a51efba9c59e123320ab ) )
13
+
3
14
## [ 0.4.6] ( https://github.com/AztecProtocol/barretenberg/compare/barretenberg.js-v0.4.5...barretenberg.js-v0.4.6 ) (2023-08-29)
4
15
5
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aztec/bb.js" ,
3
- "version" : " 0.4.6 " ,
3
+ "version" : " 0.5.0 " ,
4
4
"homepage" : " https://github.com/AztecProtocol/aztec-packages/tree/master/circuits/cpp/barretenberg/ts" ,
5
5
"license" : " MIT" ,
6
6
"type" : " module" ,
You can’t perform that action at this time.
0 commit comments