From 7d7228df0674018a6423f0315b408a6f4ed62990 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 01:14:08 +0000 Subject: [PATCH] chore(main): release 0.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index af55ef0..0ee8c01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 516cb48..935e3de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/mandelbro/agent-workflow-kit/compare/v0.2.1...v0.3.0) (2026-04-07) + + +### Features + +* add Sentinel agent for security review and update README ([#3](https://github.com/mandelbro/agent-workflow-kit/issues/3)) ([749e2fe](https://github.com/mandelbro/agent-workflow-kit/commit/749e2fe1839a259ff8356437bc5c1dfdf29d191e)) + ## [0.2.1](https://github.com/mandelbro/agent-workflow-kit/compare/v0.2.0...v0.2.1) (2026-03-31) diff --git a/pyproject.toml b/pyproject.toml index 55a8c47..b65efd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "agent-workflow-kit" -version = "0.2.1" +version = "0.3.0" description = "CLI that packages, installs, and manages Claude Code subagent personas and workflow knowledge assets." readme = "README.md" requires-python = ">=3.12"