From 5708b29b374e44c92979705e071ff4807a522057 Mon Sep 17 00:00:00 2001 From: Imran Siddique Date: Tue, 21 Jul 2026 13:15:31 -0700 Subject: [PATCH] chore(release): agentrust-trace-tests 0.3.0 Cuts the release carrying the azure-cvm-sev-snp conformance support merged in #41, so downstream consumers (the /trace report skill, etc.) that install agentrust-trace-tests from PyPI accept Azure TRACE records. Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cba2c56..119dda9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## v0.3.0 — 2026-07-21 + - `azure-cvm-sev-snp` platform accepted (`runtime.platform`): Azure confidential VMs run SEV-SNP behind a Hyper-V paravisor (vTPM-rooted). Added to the bundled schema enum and the TR-RTE valid-platform set so Azure TRACE records pass conformance. Matches `agentrust-trace>=0.4`. ## v0.2.0 — 2026-06-19 diff --git a/pyproject.toml b/pyproject.toml index c42e9c0..8bbc795 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "agentrust-trace-tests" -version = "0.2.0" +version = "0.3.0" description = "TRACE conformance test suite" readme = "README.md" license = { text = "Apache-2.0" }