Skip to content

Commit a3099c7

Browse files
1.0.0 version bump [skip ci]
# [1.0.0](v0.6.0...v1.0.0) (2024-01-19) ### Bug Fixes * `withdraw` bridge address ([6334874](6334874)) * `withdraw` token bridge address ([6d5b45c](6d5b45c)) * `withdraw` token bridge address ([279bfd8](279bfd8)) * relax web3 version restriction ([5d50182](5d50182)) * resolve issue relate to `wETH` bridge ([48ac8cd](48ac8cd)) ### Features * add `WalletL1`, `WalletL2` and `Wallet` ([b189068](b189068)) * remove deprications ([d2f2ce7](d2f2ce7)) ### BREAKING CHANGES * remove all deprications
1 parent cd03f22 commit a3099c7

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "zksync2"
7-
version = "0.6.0"
7+
version = "1.0.0"
88
authors = [
99
{ name="Danijel Radakovic", email="[email protected]" },
1010
]

0 commit comments

Comments
 (0)