File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1+ # [ 1.0.0] ( https://github.com/zksync-sdk/zksync2-python/compare/v0.6.0...v1.0.0 ) (2024-01-19)
2+
3+
4+ ### Bug Fixes
5+
6+ * ` withdraw ` bridge address ([ 6334874] ( https://github.com/zksync-sdk/zksync2-python/commit/6334874c8022407ce360b0bd35118fb7cbad66d1 ) )
7+ * ` withdraw ` token bridge address ([ 6d5b45c] ( https://github.com/zksync-sdk/zksync2-python/commit/6d5b45c334dde44ad9bdc83642f458950fd722a6 ) )
8+ * ` withdraw ` token bridge address ([ 279bfd8] ( https://github.com/zksync-sdk/zksync2-python/commit/279bfd874f7b998b4dd2e00165433e9990d29c74 ) )
9+ * relax web3 version restriction ([ 5d50182] ( https://github.com/zksync-sdk/zksync2-python/commit/5d5018242c3d4cae1957c99a43944eb4652b9cc1 ) )
10+ * resolve issue relate to ` wETH ` bridge ([ 48ac8cd] ( https://github.com/zksync-sdk/zksync2-python/commit/48ac8cd5aac80214a9be399bcade222f8d97dd2c ) )
11+
12+
13+ ### Features
14+
15+ * add ` WalletL1 ` , ` WalletL2 ` and ` Wallet ` ([ b189068] ( https://github.com/zksync-sdk/zksync2-python/commit/b1890685638192edc7279a2273ae14ee41e2c904 ) )
16+ * remove deprications ([ d2f2ce7] ( https://github.com/zksync-sdk/zksync2-python/commit/d2f2ce707847404787539a88ee0f573fe6d806f2 ) )
17+
18+
19+ ### BREAKING CHANGES
20+
21+ * remove all deprications
22+
123## [ 0.6.0] ( https://github.com/zksync-sdk/zksync2-python/compare/v0.5.0...v0.6.0 ) (2023-07-07)
224
325### Features
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " zksync2"
7- version = " 0.6 .0"
7+ version = " 1.0 .0"
88authors = [
99 {
name =
" Danijel Radakovic" ,
email =
" [email protected] " },
1010]
You can’t perform that action at this time.
0 commit comments