Skip to content

Commit

Permalink
chore: release main (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
zksync-admin-bot2 authored Oct 30, 2023
1 parent bf2f91a commit ec35300
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 24 deletions.
16 changes: 8 additions & 8 deletions .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"bin/withdrawal-finalizer": "0.1.59",
"bin/delete-db-content-migration": "0.1.59",
"bin/delete-finalization-data-migration": "0.1.59",
"bin/prepare-calldata-for-withdrawal": "0.1.59",
"bin/withdrawal-finalizer": "0.2.0",
"bin/delete-db-content-migration": "0.1.60",
"bin/delete-finalization-data-migration": "0.1.60",
"bin/prepare-calldata-for-withdrawal": "0.1.60",
"chain-events": "0.1.59",
"client": "0.1.59",
"ethers-log-decode": "0.1.59",
"finalizer": "0.1.59",
"storage": "0.1.59",
"finalizer": "0.2.0",
"storage": "0.2.0",
"tx-sender": "0.1.59",
"watcher": "0.1.59",
"withdrawals-meterer": "0.1.59",
"watcher": "0.1.60",
"withdrawals-meterer": "0.1.60",
"vlog": "1.0.0"
}
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/delete-db-content-migration/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "delete-db-content-migration"
version = "0.1.59"
version = "0.1.60"
authors = ["The Matter Labs Team <[email protected]>"]
homepage = "https://zksync.io/"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion bin/delete-finalization-data-migration/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "delete-finalization-data-migration"
version = "0.1.59"
version = "0.1.60"
authors = ["The Matter Labs Team <[email protected]>"]
homepage = "https://zksync.io/"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion bin/prepare-calldata-for-withdrawal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "prepare-calldata-for-withdrawal"
version = "0.1.59"
version = "0.1.60"
authors = ["The Matter Labs Team <[email protected]>"]
homepage = "https://zksync.io/"
license = "MIT OR Apache-2.0"
Expand Down
9 changes: 9 additions & 0 deletions bin/withdrawal-finalizer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## [0.2.0](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/withdrawal-finalizer-v0.1.59...withdrawal-finalizer-v0.2.0) (2023-10-30)


### Features

* adds more features to white and blacklist behavior ([#251](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/251)) ([73bbae7](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/73bbae7d625cb8eecd7386c8341b3a1e625fca72))
* Adds token whitelists and blacklists ([#229](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/229)) ([8080708](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/80807085e20896ebfc0eef60987fbe23120dbad8))
2 changes: 1 addition & 1 deletion bin/withdrawal-finalizer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "withdrawal-finalizer"
version = "0.1.59"
version = "0.2.0"
authors = ["The Matter Labs Team <[email protected]>"]
homepage = "https://zksync.io/"
license = "MIT OR Apache-2.0"
Expand Down
9 changes: 9 additions & 0 deletions finalizer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## [0.2.0](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/finalizer-v0.1.59...finalizer-v0.2.0) (2023-10-30)


### Features

* adds more features to white and blacklist behavior ([#251](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/251)) ([73bbae7](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/73bbae7d625cb8eecd7386c8341b3a1e625fca72))
* Adds token whitelists and blacklists ([#229](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/229)) ([8080708](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/80807085e20896ebfc0eef60987fbe23120dbad8))
2 changes: 1 addition & 1 deletion finalizer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "finalizer"
version = "0.1.59"
version = "0.2.0"
authors = ["The Matter Labs Team <[email protected]>"]
homepage = "https://zksync.io/"
license = "MIT OR Apache-2.0"
Expand Down
8 changes: 8 additions & 0 deletions storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.2.0](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/storage-v0.1.59...storage-v0.2.0) (2023-10-30)


### Features

* Adds token whitelists and blacklists ([#229](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/229)) ([8080708](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/80807085e20896ebfc0eef60987fbe23120dbad8))
2 changes: 1 addition & 1 deletion storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "storage"
version = "0.1.59"
version = "0.2.0"
authors = ["The Matter Labs Team <[email protected]>"]
homepage = "https://zksync.io/"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion watcher/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "watcher"
version = "0.1.59"
version = "0.1.60"
authors = ["The Matter Labs Team <[email protected]>"]
homepage = "https://zksync.io/"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion withdrawals-meterer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "withdrawals-meterer"
version = "0.1.59"
version = "0.1.60"
authors = ["The Matter Labs Team <[email protected]>"]
homepage = "https://zksync.io/"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit ec35300

Please sign in to comment.