From 5cebaa10f81b70e0eca7fdb1796253f40e54d6ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 06:43:49 +0000 Subject: [PATCH] chore(main): release 1.0.15 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 36 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 28180e9..467d709 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.14" + ".": "1.0.15" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a8670d..a902858 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,39 @@ # Changelog +## [1.0.15](https://github.com/rawback-app/cli/compare/v1.0.14...v1.0.15) (2026-09-21) + + +### Features + +* **album:** support adding and removing multiple photos per command ([6071d48](https://github.com/rawback-app/cli/commit/6071d483e52a35532c4f51eec31c65016fecac21)) +* **album:** support adding and removing multiple photos per command ([cf653ee](https://github.com/rawback-app/cli/commit/cf653eef0379522882351da5b449702150a5aa3e)) +* **cli:** log to ~/.rawback/logs and add the logs command group ([454436f](https://github.com/rawback-app/cli/commit/454436f9505cdb48fdbf01ced438a1b4b8072eb5)) +* **cli:** log to ~/.rawback/logs and add the logs command group ([e33cf5f](https://github.com/rawback-app/cli/commit/e33cf5ff96567f025017f56fecd16325d38d95b6)) +* **config:** create a default config.yml on first run ([6cfe499](https://github.com/rawback-app/cli/commit/6cfe499f28273ed8e24baa7ced6c4b305bcc047a)) +* **config:** create a default config.yml on first run ([742a93c](https://github.com/rawback-app/cli/commit/742a93c7ea683a3e771e486937c1eb37e526f6f0)), closes [#74](https://github.com/rawback-app/cli/issues/74) + + +### Bug Fixes + +* **cli:** expand leading ~ in path options ([5c83f00](https://github.com/rawback-app/cli/commit/5c83f0039ddc3bbce8050ab8de3366c528f82269)) +* **cli:** expand leading ~ in path options ([769784a](https://github.com/rawback-app/cli/commit/769784aea72471a2780a2483e223d2cc28cde024)) + + +### Code Refactoring + +* **logs:** follow the SDK onto pino ([d934668](https://github.com/rawback-app/cli/commit/d934668584aca05e188b6f37e02f33ce17987a5f)) + + +### Documentation + +* **cli:** correct the Bun pin and drop finished SDK coordination notes ([a887d3c](https://github.com/rawback-app/cli/commit/a887d3ca7b334272845d142a58d3c96efb094900)) +* **cli:** note that log retention must be at least one file ([2159d78](https://github.com/rawback-app/cli/commit/2159d78f53f8689d05d0bc92a7769b6859420806)) +* **cli:** note the logs contract in the agent guide ([c8ea580](https://github.com/rawback-app/cli/commit/c8ea5800ea5e9a0eacced4b67160188eacfcd137)) +* note the Chinese product name 出片 ([5f41619](https://github.com/rawback-app/cli/commit/5f41619c62650056e0653933f6179e6f649783f5)) +* note the Chinese product name 出片 ([4f9b7e7](https://github.com/rawback-app/cli/commit/4f9b7e76cb0aec9d49c86371bb7173df5d546386)) +* **release:** document the notarization check that works for CLI binaries ([956b329](https://github.com/rawback-app/cli/commit/956b32902460877a3606ea2e582c85af70e1ead2)) +* **release:** document the notarization check that works for CLI binaries ([520c210](https://github.com/rawback-app/cli/commit/520c210383aae34b210124434b2573a6bc5eec27)), closes [#73](https://github.com/rawback-app/cli/issues/73) + ## [1.0.14](https://github.com/rawback-app/cli/compare/v1.0.13...v1.0.14) (2026-09-12) diff --git a/package.json b/package.json index f63fdc9..74d5781 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rawback/cli", - "version": "1.0.14", + "version": "1.0.15", "private": true, "description": "Rawback CLI for humans and AI agents", "type": "module",