Skip to content

Commit

Permalink
1.0.0 version bump [skip ci]
Browse files Browse the repository at this point in the history
# [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
  • Loading branch information
semantic-release-bot committed Jan 19, 2024
1 parent cd03f22 commit a3099c7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [1.0.0](https://github.com/zksync-sdk/zksync2-python/compare/v0.6.0...v1.0.0) (2024-01-19)


### Bug Fixes

* `withdraw` bridge address ([6334874](https://github.com/zksync-sdk/zksync2-python/commit/6334874c8022407ce360b0bd35118fb7cbad66d1))
* `withdraw` token bridge address ([6d5b45c](https://github.com/zksync-sdk/zksync2-python/commit/6d5b45c334dde44ad9bdc83642f458950fd722a6))
* `withdraw` token bridge address ([279bfd8](https://github.com/zksync-sdk/zksync2-python/commit/279bfd874f7b998b4dd2e00165433e9990d29c74))
* relax web3 version restriction ([5d50182](https://github.com/zksync-sdk/zksync2-python/commit/5d5018242c3d4cae1957c99a43944eb4652b9cc1))
* resolve issue relate to `wETH` bridge ([48ac8cd](https://github.com/zksync-sdk/zksync2-python/commit/48ac8cd5aac80214a9be399bcade222f8d97dd2c))


### Features

* add `WalletL1`, `WalletL2` and `Wallet` ([b189068](https://github.com/zksync-sdk/zksync2-python/commit/b1890685638192edc7279a2273ae14ee41e2c904))
* remove deprications ([d2f2ce7](https://github.com/zksync-sdk/zksync2-python/commit/d2f2ce707847404787539a88ee0f573fe6d806f2))


### BREAKING CHANGES

* remove all deprications

## [0.6.0](https://github.com/zksync-sdk/zksync2-python/compare/v0.5.0...v0.6.0) (2023-07-07)

### Features
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "zksync2"
version = "0.6.0"
version = "1.0.0"
authors = [
{ name="Danijel Radakovic", email="[email protected]" },
]
Expand Down

0 comments on commit a3099c7

Please sign in to comment.