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"