Skip to content

Commit c79eb4f

Browse files
authored
Merge pull request #269 from alex-feel/release-please--branches--main
chore(main): release 4.21.4
2 parents 4225d79 + 2664852 commit c79eb4f

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.21.3"
2+
".": "4.21.4"
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.21.4](https://github.com/alex-feel/claude-code-toolbox/compare/v4.21.3...v4.21.4) (2026-01-20)
4+
5+
6+
### Bug Fixes
7+
8+
* detect native Claude installations in .local/bin on macOS/Linux ([70690a7](https://github.com/alex-feel/claude-code-toolbox/commit/70690a71e569fd97b30a25c94f855e7677b8f89e))
9+
* download both Python scripts in bootstrap for module imports ([3e333af](https://github.com/alex-feel/claude-code-toolbox/commit/3e333afe56c22df150dfe13382445791863c0c46))
10+
311
## [4.21.3](https://github.com/alex-feel/claude-code-toolbox/compare/v4.21.2...v4.21.3) (2026-01-20)
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.21.3"
3+
version = "4.21.4"
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 = "alexfeel@protonmail.com" }]

0 commit comments

Comments
 (0)