Skip to content

Commit 94271a1

Browse files
chore(release): 0.9.0 (#145)
Ships enforcement_mode 'declared' (#143) and the content-marking binding (#144). Cut now because the framework adapters cannot default enforcement_mode to 'declared' against an unreleased enum: they would have to keep refusing the field, which is the overstatement the value exists to remove.
1 parent 7be497c commit 94271a1

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Format: [Semantic Versioning](https://semver.org/). Spec versions follow `MAJOR.
1111

1212
## [Unreleased]
1313

14+
## [0.9.0] — 2026-08-09
15+
1416
### Added
1517

1618
- **`spec/content-marking-v1.md` and `agentrust_trace.content_marking`: bind a marked asset to the execution that produced it.** EU AI Act Article 50(2) and 50(4) have been in force since 2 August 2026 and are the only AI Act obligations that bite this year. One C2PA assertion, `com.agentrust-io.trace`, carries a hashed reference to the Trust Record for the execution that produced the asset.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "agentrust-trace"
7-
version = "0.8.0"
7+
version = "0.9.0"
88
description = "TRACE v0.2 — hardware-attested governance records for AI agents"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }

0 commit comments

Comments
 (0)