Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.16.4"
".": "4.16.5"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.16.5](https://github.com/alex-feel/claude-code-toolbox/compare/v4.16.4...v4.16.5) (2026-01-07)


### Bug Fixes

* use shell=True for Windows CMD URL escaping ([c02acab](https://github.com/alex-feel/claude-code-toolbox/commit/c02acab9411f2cc5ea11dd3d771c036ada4aed33))

## [4.16.4](https://github.com/alex-feel/claude-code-toolbox/compare/v4.16.3...v4.16.4) (2026-01-07)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "claude-code-toolbox"
version = "4.16.4"
version = "4.16.5"
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 = "[email protected]" }]
Expand Down