Skip to content

Commit ae913af

Browse files
chore(main): release foundry-zksync 0.0.4 (#863)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4e12292 commit ae913af

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.3"
2+
".": "0.0.4"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.4](https://github.com/matter-labs/foundry-zksync/compare/foundry-zksync-v0.0.3...foundry-zksync-v0.0.4) (2025-01-23)
4+
5+
6+
### Bug Fixes
7+
8+
* platform name in release ([#862](https://github.com/matter-labs/foundry-zksync/issues/862)) ([4e12292](https://github.com/matter-labs/foundry-zksync/commit/4e12292801b5b412fc59fc9ba20137f8cf03f8c7))
9+
310
## [0.0.3](https://github.com/matter-labs/foundry-zksync/compare/foundry-zksync-v0.0.2...foundry-zksync-v0.0.3) (2025-01-23)
411

512

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ members = [
2828
resolver = "2"
2929

3030
[workspace.package]
31-
version = "0.0.3" # x-release-please-version
31+
version = "0.0.4" # x-release-please-version
3232
edition = "2021"
3333
# Remember to update clippy.toml as well
3434
rust-version = "1.83"

0 commit comments

Comments
 (0)