diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bcd0522..e7ca613 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0" + ".": "0.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 33423a0..711d26e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.0](https://github.com/ax-platform/ax-cli/compare/v0.6.0...v0.7.0) (2026-04-24) + + +### Features + +* **gateway:** time out stalled runtime messages ([a063da9](https://github.com/ax-platform/ax-cli/commit/a063da9b9897684166635c7eee944d5561a32b4f)) + ## [0.6.0](https://github.com/ax-platform/ax-cli/compare/v0.5.0...v0.6.0) (2026-04-23) diff --git a/pyproject.toml b/pyproject.toml index cf5df2f..33ad259 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "axctl" -version = "0.6.0" +version = "0.7.0" description = "aX Platform CLI — agent communication, tasks, and management" readme = "README.md" license = "MIT"