From 67d40b06972825860bf0de0b80ed11724534a6b7 Mon Sep 17 00:00:00 2001 From: tanzz Date: Sun, 20 Sep 2026 20:07:48 +0800 Subject: [PATCH] chore(master): release storops 1.1.0 --- .claude-plugin/plugin.json | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ SKILL.md | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index c48cd71..0243a0e 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "storops", "description": "Storage Operations for AI Agents. Cross-platform (Windows, Linux, macOS): diagnose why a drive or volume is full, identify what specific applications/caches/AI-model files are consuming space, and safely clean up or migrate them -- with mandatory user confirmation before any write and verification after every migration.", - "version": "1.0.6", + "version": "1.1.0", "author": { "name": "tzzs" }, diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bf3786c..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.6" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7060a9f..3713bf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.1.0](https://github.com/tzzs/storops/compare/storops-v1.0.6...storops-v1.1.0) (2026-09-20) + + +### Features + +* **rules:** identify the macOS developer toolchain's reclaimable caches ([1551692](https://github.com/tzzs/storops/commit/1551692b56d3cfb25ae3b3736232f9bc345b5555)) + + +### Bug Fixes + +* make StorOps actually work on macOS -- packaging, memory, and APFS duplicate counting ([ec4484e](https://github.com/tzzs/storops/commit/ec4484e329c159cf53da06557f0df29b747d97fa)) +* **packaging:** ship rules/*.yaml in the wheel and lower the floor to 3.9 ([b039495](https://github.com/tzzs/storops/commit/b039495985d9b175d4db6eaa60be3ce4f67c9f34)) + + +### Performance Improvements + +* **cleanup:** size a plan's probe paths concurrently ([ceabe15](https://github.com/tzzs/storops/commit/ceabe159ca7ea85c3b10fd0fbd1906b2cc7e2370)) +* **du:** fix the macOS scan path -- 2.6GB peak RSS and duplicate totals ([1577668](https://github.com/tzzs/storops/commit/15776681d990bdb2b98da1b2a0c5b9a1e43fab53)) + ## [1.0.6](https://github.com/tzzs/storops/compare/storops-v1.0.5...storops-v1.0.6) (2026-09-14) diff --git a/SKILL.md b/SKILL.md index d8b4ba6..cd79aa0 100644 --- a/SKILL.md +++ b/SKILL.md @@ -4,7 +4,7 @@ description: 'Storage Operations for AI Agents. Cross-platform (Windows, Linux, slug: storops displayName: StorOps # x-release-please-start-version -version: 1.0.6 +version: 1.1.0 # x-release-please-end summary: '面向 AI Agent 的存储运维能力:跨平台(Windows / Linux / macOS)诊断磁盘空间占用、安全清理与迁移,写入前必须确认,迁移后自动验证。' license: MIT