Skip to content

Commit 583aa09

Browse files
committed
Release 0.3.1
1 parent 54893d5 commit 583aa09

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.1] - 2026-03-26
9+
10+
### Changed
11+
12+
- Publish workflow uses crates.io trusted publishing (OIDC) instead of long-lived API token
13+
14+
### Fixed
15+
16+
- SBOM artifact path in release workflow
17+
- npm publish no longer misinterprets tarball paths as git URLs
18+
819
## [0.3.0] - 2026-03-26
920

1021
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "act-cli"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2024"
55
description = "CLI host for ACT (Agent Component Tools) WebAssembly components"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)