From 84ffd919b7d4be0bb974d0fa5beb621c6d83218e Mon Sep 17 00:00:00 2001 From: Nathan Gillett Date: Mon, 4 May 2026 18:17:53 -0500 Subject: [PATCH] Release v0.1.1 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21e7a70..5f8d3be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ All notable changes to this repository are documented here. **PyPI** releases us ## Unreleased +## 0.1.1 — 2026-05-04 + - **Security:** upgrade **pip** to **≥26.1** after Python setup in the composite **`.github/actions/setup-python-pip`** action, and in the default **`[testenv]`** via **`commands_pre`**, addressing **CVE-2026-3219** and **CVE-2026-6357**. - **CI:** add **`intentproof-spec`** job—checkout [`intentproof-spec`](https://github.com/intentproof/intentproof-spec) and run **`scripts/run-conformance.sh`** (canonical Vitest conformance oracle). - **Local spec checks:** add **`scripts/spec-conformance.sh`** and **`tox -e spec`** (sibling **`../intentproof-spec`** or **`INTENTPROOF_SPEC_ROOT`**). diff --git a/pyproject.toml b/pyproject.toml index 33bded6..eab6376 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "intentproof-sdk" -version = "0.1.0" +version = "0.1.1" description = "IntentProof: verifiable execution records—intent, action, and proof for every wrapped call." readme = "README.md" license = "Apache-2.0"