diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ebd1f6..243f893 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.13" + ".": "0.1.14" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 66b95fe..5677392 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ This file is maintained automatically by [release-please](https://github.com/goo GitHub Releases use this file as the release notes (full history through that tag). +## [0.1.14](https://github.com/anyrouter-dev/cli/compare/v0.1.13...v0.1.14) (2026-09-15) + + +### Features + +* **cli:** hint Ctrl+G restart after auto-upgrade ([#71](https://github.com/anyrouter-dev/cli/issues/71)) ([0cbd8b1](https://github.com/anyrouter-dev/cli/commit/0cbd8b1fc52e6def51adf98c1c501b428d046b5a)) + + +### Bug Fixes + +* **cli:** keep [1m]/[500k] on Claude virtual ANTHROPIC_MODEL ([#69](https://github.com/anyrouter-dev/cli/issues/69)) ([9507bef](https://github.com/anyrouter-dev/cli/commit/9507bef908dc96ef849e49d95451f83f0cda39de)) + ## [0.1.13](https://github.com/anyrouter-dev/cli/compare/v0.1.12...v0.1.13) (2026-09-15) diff --git a/Cargo.toml b/Cargo.toml index 1ba1ffa..38f94b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anyr-cli" -version = "0.1.13" # x-release-please-version +version = "0.1.14" # x-release-please-version edition = "2021" description = "AnyRouter CLI — native binary" license = "MIT" diff --git a/package.json b/package.json index bc61179..83898ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@anyr/cli", - "version": "0.1.13", + "version": "0.1.14", "description": "AnyRouter CLI — native binary", "license": "MIT", "homepage": "https://anyrouter.dev/cli",