From de374d11f03e85943d3ea32f5c2c3c0acdddebc5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 11:59:56 +0000 Subject: [PATCH] chore(main): release 0.1.16 --- .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 975afd4..8d8a2b5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.15" + ".": "0.1.16" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 011a87d..187420c 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.16](https://github.com/anyrouter-dev/cli/compare/v0.1.15...v0.1.16) (2026-09-16) + + +### Bug Fixes + +* **ci:** always upload checksums.txt; unglue update spinner warnings ([#74](https://github.com/anyrouter-dev/cli/issues/74)) ([3038fb7](https://github.com/anyrouter-dev/cli/commit/3038fb720cdf6e97f1568edb5fff2d205a84bdad)) + ## [0.1.15](https://github.com/anyrouter-dev/cli/compare/v0.1.14...v0.1.15) (2026-09-16) diff --git a/Cargo.toml b/Cargo.toml index 1799066..69101c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anyr-cli" -version = "0.1.15" # x-release-please-version +version = "0.1.16" # x-release-please-version edition = "2021" description = "AnyRouter CLI — native binary" license = "MIT" diff --git a/package.json b/package.json index f3e54d6..cba1455 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@anyr/cli", - "version": "0.1.15", + "version": "0.1.16", "description": "AnyRouter CLI — native binary", "license": "MIT", "homepage": "https://anyrouter.dev/cli",