From 8993b0f62d12a46e2fce15244af08961f4ed3bdb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 11:38:06 +0000 Subject: [PATCH 1/2] chore(main): release 0.1.13 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 93fcfa2..0ebd1f6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.12" + ".": "0.1.13" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 42e40e9..66b95fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.13](https://github.com/anyrouter-dev/cli/compare/v0.1.12...v0.1.13) (2026-09-15) + + +### Features + +* **cli:** peel [1m]/[500k] on all anyrouter virtual presets ([#67](https://github.com/anyrouter-dev/cli/issues/67)) ([97fba31](https://github.com/anyrouter-dev/cli/commit/97fba3144c178ce9e27a5e12118b7ba29bd5a3dc)) + ## [0.1.12](https://github.com/anyrouter-dev/cli/compare/v0.1.11...v0.1.12) (2026-09-15) diff --git a/Cargo.toml b/Cargo.toml index 089d351..1ba1ffa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anyr-cli" -version = "0.1.12" # x-release-please-version +version = "0.1.13" # x-release-please-version edition = "2021" description = "AnyRouter CLI — native binary" license = "MIT" diff --git a/package.json b/package.json index 5ab793c..bc61179 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@anyr/cli", - "version": "0.1.12", + "version": "0.1.13", "description": "AnyRouter CLI — native binary", "license": "MIT", "homepage": "https://anyrouter.dev/cli", From 1d7d195a62ffc6398bb94afbb1528649b31292a7 Mon Sep 17 00:00:00 2001 From: Duyet Le Date: Tue, 15 Sep 2026 18:45:53 +0000 Subject: [PATCH 2/2] chore: sync Cargo.lock anyr-cli version with 0.1.13 Keep cargo --locked working after the release-please bump. --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 034c5c2..818c862 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,7 +16,7 @@ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" [[package]] name = "anyr-cli" -version = "0.1.11" +version = "0.1.13" dependencies = [ "crossterm", "libc",