From c207106b267a13af0f6618801dacc3f59faf4045 Mon Sep 17 00:00:00 2001 From: Lucenx9 <185146821+Lucenx9@users.noreply.github.com> Date: Fri, 6 Mar 2026 03:55:30 +0100 Subject: [PATCH] Release 0.3.11 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 545cdd2..45a4171 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.3.11 + - Fix CLI edge cases and contextlint filtering: - `agentinit new --force` now fails cleanly when the target already exists as a file; - `agentinit add mcp` / `add security` update the intended `AGENTS.md` section without matching headings inside fenced code blocks first; diff --git a/pyproject.toml b/pyproject.toml index 5cd505a..0c2bf96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "agentinit" -version = "0.3.10" +version = "0.3.11" description = "Scaffold agent context files into a project." readme = "README.md" license = "MIT"