diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a3a12f4..601e9be 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.0.0" + ".": "6.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 88e33a4..e210814 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.0.1](https://github.com/alex-feel/claude-code-toolbox/compare/v6.0.0...v6.0.1) (2026-07-20) + + +### Bug Fixes + +* merge files-to-download by final file path and make downloads atomic ([bf124b8](https://github.com/alex-feel/claude-code-toolbox/commit/bf124b88de5143864ab840a149fb94c301db4db1)) + ## [6.0.0](https://github.com/alex-feel/claude-code-toolbox/compare/v5.17.3...v6.0.0) (2026-07-03) diff --git a/CITATION.cff b/CITATION.cff index d67273a..38390bc 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,7 +8,7 @@ authors: given-names: Aleksandr email: alexfeel@protonmail.com orcid: "https://orcid.org/0009-0001-1120-6114" -version: 6.0.0 # x-release-please-version +version: 6.0.1 # x-release-please-version license: MIT url: "https://github.com/alex-feel/claude-code-toolbox" repository-code: "https://github.com/alex-feel/claude-code-toolbox" diff --git a/pyproject.toml b/pyproject.toml index d485952..9e80433 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "claude-code-toolbox" -version = "6.0.0" +version = "6.0.1" description = "Claude Code Toolbox — automated installers and environment configuration framework for Claude Code with one-line setup across Windows, macOS, and Linux." readme = "README.md" authors = [{ name = "Aleksandr Filippov", email = "alexfeel@protonmail.com" }]