Skip to content

Commit cf664c6

Browse files
authored
Merge branch 'main' into upstream-a8dc5ae-merge
2 parents 2fc411e + 474d305 commit cf664c6

File tree

8 files changed

+265
-74
lines changed

8 files changed

+265
-74
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.27"
2+
".": "0.0.28"
33
}

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
# Trigger workflow to generate artifacts
3535
release:
36-
if: ${{ needs.release-please.outputs.releases_created == 'true' }}
36+
if: ${{ always() && needs.release-please.outputs.releases_created == 'true' }}
3737
needs: release-please
3838
uses: ./.github/workflows/release.yml
3939
with:

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.28](https://github.com/matter-labs/foundry-zksync/compare/foundry-zksync-v0.0.27...foundry-zksync-v0.0.28) (2025-09-15)
4+
5+
6+
### Bug Fixes
7+
8+
* trigger binaries gen even if some aux release-please step failed ([#1161](https://github.com/matter-labs/foundry-zksync/issues/1161)) ([1444be1](https://github.com/matter-labs/foundry-zksync/commit/1444be108de16681fcdc6b0c0a7506a14486bb8b))
9+
310
## [0.0.27](https://github.com/matter-labs/foundry-zksync/compare/foundry-zksync-v0.0.26...foundry-zksync-v0.0.27) (2025-09-12)
411

512

Cargo.lock

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ resolver = "2"
3434
metadata.upstream_version = "1.3.5"
3535

3636
[workspace.package]
37-
version = "0.0.27" # x-release-please-version
37+
version = "0.0.28" # x-release-please-version
3838
edition = "2024"
3939
# Remember to update clippy.toml as well
4040
rust-version = "1.89"

benches/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "foundry-bench"
3-
version = "0.0.27"
3+
version = "0.0.28"
44
edition = "2024"
55
license = "Apache-2.0 OR MIT"
66

0 commit comments

Comments
 (0)