Skip to content

Commit 4bba2dd

Browse files
authored
Merge pull request #225 from alex-feel/release-please--branches--main
chore(main): release 4.16.1
2 parents d2090a8 + 0dc12eb commit 4bba2dd

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.16.0"
2+
".": "4.16.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [4.16.1](https://github.com/alex-feel/claude-code-toolbox/compare/v4.16.0...v4.16.1) (2026-01-05)
4+
5+
6+
### Bug Fixes
7+
8+
* display full URLs for skill files in validation output ([33ddfb0](https://github.com/alex-feel/claude-code-toolbox/commit/33ddfb048fa93e6413801a4a0defb3d2d1d932fb))
9+
* handle binary file downloads in setup_environment.py ([bd348fe](https://github.com/alex-feel/claude-code-toolbox/commit/bd348fe7cd39d343017e11ccba1feb7b80839287))
10+
311
## [4.16.0](https://github.com/alex-feel/claude-code-toolbox/compare/v4.15.0...v4.16.0) (2026-01-05)
412

513

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "claude-code-toolbox"
3-
version = "4.16.0"
3+
version = "4.16.1"
44
description = "Claude Code Toolbox — automated installers and environment configuration framework for Claude Code with one-line setup across Windows, macOS, and Linux."
55
readme = "README.md"
66
authors = [{ name = "Aleksandr Filippov", email = "[email protected]" }]

0 commit comments

Comments
 (0)