Skip to content

Commit bb609cc

Browse files
Nathan Gillettcursoragent
authored andcommitted
chore(release): prepare v0.1.3
Promote unreleased changes into the 0.1.3 release notes and bump package metadata for the upcoming PyPI release. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 935c13a commit bb609cc

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,17 @@ All notable changes to this repository are documented here. **PyPI** releases us
66

77
## Unreleased
88

9-
- **CI artifacts:** upload conformance certificate artifacts
10-
(`conformance-certificate-python`) alongside conformance reports so
11-
attestation outputs are directly visible from workflow runs.
12-
- **README visibility:** add CI/package/release badges and document where to
13-
find conformance report/certificate artifacts in CI.
9+
- None yet.
10+
11+
## 0.1.3 — 2026-05-08
12+
13+
- **Conformance CI hardening:** keep canonical spec checks green when protected
14+
branches reject workflow push-back, while continuing to upload conformance
15+
report and certificate artifacts.
16+
- **Spec pin adoption + docs:** pin to `spec-v2.0.1` and refresh README
17+
guidance for artifact visibility and spec-pinned conformance execution.
18+
- **Tooling polish:** normalize formatting in schema-model generation tooling to
19+
keep static checks and generated diffs stable.
1420

1521
## 0.1.2 — 2026-05-06
1622

pyproject.toml

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

77
[project]
88
name = "intentproof-sdk"
9-
version = "0.1.2"
9+
version = "0.1.3"
1010
description = "IntentProof: verifiable execution records—intent, action, and proof for every wrapped call."
1111
readme = "README.md"
1212
license = "Apache-2.0"

0 commit comments

Comments
 (0)