Skip to content

Commit

Permalink
chore(main): release 0.5.0 (#208)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.5.0](v0.4.0...v0.5.0)
(2024-10-09)


### Features

* support for syncing pre-genesis blocks
([#203](#203))
([6a4a695](6a4a695))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: zksync-era-bot <[email protected]>
  • Loading branch information
zksync-era-bot and zksync-era-bot authored Oct 9, 2024
1 parent 6a4a695 commit 74407e6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"node": "0.4.0"
"node": "0.5.0"
}
7 changes: 7 additions & 0 deletions node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.0](https://github.com/matter-labs/era-consensus/compare/v0.4.0...v0.5.0) (2024-10-09)


### Features

* support for syncing pre-genesis blocks ([#203](https://github.com/matter-labs/era-consensus/issues/203)) ([6a4a695](https://github.com/matter-labs/era-consensus/commit/6a4a69511b5c0611603eb881e9e3f443e69949bc))

## [0.4.0](https://github.com/matter-labs/era-consensus/compare/v0.3.0...v0.4.0) (2024-10-07)


Expand Down
24 changes: 12 additions & 12 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@ homepage = "https://matter-labs.io/"
keywords = ["blockchain", "zksync"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/matter-labs/era-consensus"
version = "0.4.0"
version = "0.5.0"

[workspace.dependencies]
# Crates from this repo.
zksync_consensus_bft = { version = "=0.4.0", path = "actors/bft" }
zksync_consensus_crypto = { version = "=0.4.0", path = "libs/crypto" }
zksync_consensus_executor = { version = "=0.4.0", path = "actors/executor" }
zksync_consensus_network = { version = "=0.4.0", path = "actors/network" }
zksync_consensus_roles = { version = "=0.4.0", path = "libs/roles" }
zksync_consensus_storage = { version = "=0.4.0", path = "libs/storage" }
zksync_consensus_tools = { version = "=0.4.0", path = "tools" }
zksync_consensus_utils = { version = "=0.4.0", path = "libs/utils" }
zksync_consensus_bft = { version = "=0.5.0", path = "actors/bft" }
zksync_consensus_crypto = { version = "=0.5.0", path = "libs/crypto" }
zksync_consensus_executor = { version = "=0.5.0", path = "actors/executor" }
zksync_consensus_network = { version = "=0.5.0", path = "actors/network" }
zksync_consensus_roles = { version = "=0.5.0", path = "libs/roles" }
zksync_consensus_storage = { version = "=0.5.0", path = "libs/storage" }
zksync_consensus_tools = { version = "=0.5.0", path = "tools" }
zksync_consensus_utils = { version = "=0.5.0", path = "libs/utils" }

# Crates from this repo that might become independent in the future.
zksync_concurrency = { version = "=0.4.0", path = "libs/concurrency" }
zksync_protobuf = { version = "=0.4.0", path = "libs/protobuf" }
zksync_protobuf_build = { version = "=0.4.0", path = "libs/protobuf_build" }
zksync_concurrency = { version = "=0.5.0", path = "libs/concurrency" }
zksync_protobuf = { version = "=0.5.0", path = "libs/protobuf" }
zksync_protobuf_build = { version = "=0.5.0", path = "libs/protobuf_build" }

# Crates from Matter Labs.
vise = "0.2.0"
Expand Down

0 comments on commit 74407e6

Please sign in to comment.