Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.13"
".": "0.1.14"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down