diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c763a3..e9cca15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.7] - 2025-09-18 + +### Added + +- Codex CLI support across the Specify CLI, documentation, and bootstrap scripts, including automatic command template provisioning and upgrades. +- Codex-aware updates to agent context automation so `update-agent-context.sh` can manage Codex project state alongside existing assistants. + ## [0.0.6] - 2025-09-17 ### Added @@ -32,4 +39,3 @@ N/A ### Changed N/A - diff --git a/pyproject.toml b/pyproject.toml index 3daa03d..7971881 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.0.6" +version = "0.0.7" description = "Setup tool for Specify spec-driven development projects" requires-python = ">=3.11" dependencies = [