Skip to content

Commit ec65a4c

Browse files
committed
chore(release): 0.3.8
1 parent 69c95e4 commit ec65a4c

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.8] - 2026-04-08
9+
10+
### Changed
11+
12+
- CI/release pipeline refactored into reusable workflows (`build-sbom.yml`, `build-docker.yml`, consolidated `build-pypi.yml` matrix), with stricter job dependencies so a partial build failure can no longer publish a split release across crates.io and PyPI.
13+
- GitHub Release notes now come from `CHANGELOG.md` instead of auto-generated PR lists, so users see the humanized entry.
14+
- Docker and SBOM builds now run on PRs (dry-run) to catch regressions before tag push.
15+
- Explicit `timeout-minutes` added across all CI jobs to surface hangs instead of burning the 6h default.
16+
- `ci.yml` now cancels stacked runs on fast re-pushes via a concurrency group.
17+
18+
### Fixed
19+
20+
- PyPI sdist upload rejection caused by a `License-File` path mismatch in maturin-generated metadata (license files are still shipped inside the sdist).
21+
- SBOM artifact attestation path now matches the per-crate directory layout (`act-build/*.cdx.json`, `act-cli/*.cdx.json`).
22+
- `build-docker.yml` no longer requests permissions its caller can't grant, which was preventing CI jobs from starting.
23+
824
## [0.3.7] - 2026-04-08
925

1026
### Fixed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -3,7 +3,7 @@ members = ["act-cli", "act-build"]
33
resolver = "3"
44

55
[workspace.package]
6-
version = "0.3.7"
6+
version = "0.3.8"
77
edition = "2024"
88
license = "MIT OR Apache-2.0"
99
repository = "https://github.com/actcore/act-cli"

0 commit comments

Comments
 (0)