diff --git a/CHANGELOG.md b/CHANGELOG.md index a244a46..9b34339 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.0] - 2026-06-16 + ### Added - **`make agents-sync-package`** — sync `agents/` into packaged `data/agents/` - **Packaged agent parity test** — `release-check` fails when wheel data drifts from source @@ -14,7 +16,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - **Install documentation** — HELLO_WORLD, CLI_CHEAT_SHEET, AGENT_DISTRIBUTION use Gitea PyPI extra index -- **`docs/PACKAGE_RELEASE.md`** — secrets setup and pre-tag release checklist +- **`docs/PACKAGE_RELEASE.md`** — OpenBao token custody, publish smoke-test notes, pre-tag checklist + +### Fixed +- **Gitea publish workflow** — `.build-venv` for PEP 668 on haskelseed; explicit twine credentials; `tegwick` + `inter-hub-pkg-rep` token from OpenBao +- **Helix correlation docs** — bidirectional link with agentic-resources (WP-0005 T16) ## [1.1.0] - 2026-06-18 diff --git a/pyproject.toml b/pyproject.toml index 610ace1..8770690 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "kaizen-agentic" -version = "1.1.0" +version = "1.2.0" description = "AI agent development framework embracing continuous improvement (kaizen)" readme = "README.md" license = {file = "LICENSE"} diff --git a/src/kaizen_agentic/__init__.py b/src/kaizen_agentic/__init__.py index a327204..23e9a0f 100644 --- a/src/kaizen_agentic/__init__.py +++ b/src/kaizen_agentic/__init__.py @@ -9,7 +9,7 @@ It also includes a comprehensive agent distribution system for sharing specialized agents across projects via CLI tools and package management. """ -__version__ = "1.1.0" +__version__ = "1.2.0" __author__ = "Kaizen Agentic Team" from .core import Agent, AgentConfig diff --git a/workplans/kaizen-agentic-WP-0005-adoption-parity.md b/workplans/kaizen-agentic-WP-0005-adoption-parity.md index af7238b..4ef1599 100644 --- a/workplans/kaizen-agentic-WP-0005-adoption-parity.md +++ b/workplans/kaizen-agentic-WP-0005-adoption-parity.md @@ -4,7 +4,7 @@ type: workplan title: "Adoption Polish and Fleet Parity (v1.2.0)" domain: custodian repo: kaizen-agentic -status: active +status: completed owner: kaizen-agentic topic_slug: custodian state_hub_workstream_id: 88c7b3e6-be98-480c-b47b-936e74a1a31b @@ -14,7 +14,7 @@ updated: "2026-06-16" # KAIZEN-WP-0005 — Adoption Polish and Fleet Parity -**Status:** active +**Status:** completed **Owner:** kaizen-agentic **Repo:** kaizen-agentic **Target version:** 1.2.0