Skip to content

Commit edc1e9e

Browse files
linus10xclaude
andcommitted
Release v0.1.2 — version metadata + CHANGELOG (coordinated family refresh)
Documentation/metadata release from the 2026-06-09 README conversion-standard pass; bumps version across pyproject / __init__ / CITATION.cff (and .zenodo.json where present), adds the CHANGELOG entry, and reconciles prior intra-repo version drift. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 41372be commit edc1e9e

5 files changed

Lines changed: 8 additions & 4 deletions

File tree

.zenodo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"upload_type": "software",
33
"title": "private-capital-agent-audit: Governance patterns for autonomous AI agents at SEC-registered investment advisers",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"access_right": "open",
66
"license": "MIT",
77
"creators": [

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project are documented here. The format follows
44
[Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and the project adheres
55
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.1.2] — 2026-06-09
8+
9+
Documentation release: README upgraded to the conversion standard (buyer hook, CI/coverage/license badges, real-enforcement proof section); reconciled __init__ version. No source/API changes.
10+
711
## [0.1.1] — 2026-06-06
812

913
Zenodo-archived release (DOI). No API changes.

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ keywords:
5555
license:
5656
- MIT
5757
- Apache-2.0
58-
version: "0.1.1"
58+
version: "0.1.2"
5959
date-released: "2026-06-06"
6060
# The concept DOI below resolves to the latest version and is the preferred
6161
# citeable handle; the v0.1.1 release has its own version DOI 10.5281/zenodo.20564497.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ exclude = ["tests*", "scripts*", "docs*", "examples*"]
1212

1313
[project]
1414
name = "private-capital-agent-audit"
15-
version = "0.1.1"
15+
version = "0.1.2"
1616
description = "Governance patterns for autonomous AI agents at SEC-registered investment advisers (private capital)"
1717
readme = "README.md"
1818
license = { text = "MIT OR Apache-2.0" }

src/private_capital_agent_audit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929

3030
from __future__ import annotations
3131

32-
__version__ = "0.1.0"
32+
__version__ = "0.1.2"
3333

3434
__all__ = ["__version__"]

0 commit comments

Comments
 (0)