Skip to content

Commit f907f14

Browse files
authored
Merge pull request #185 from alex-feel/release-please--branches--main
chore(main): release 4.2.0
2 parents 2774bc6 + 7115452 commit f907f14

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-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.1.12"
2+
".": "4.2.0"
33
}

CHANGELOG.md

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

3+
## [4.2.0](https://github.com/alex-feel/claude-code-toolbox/compare/v4.1.12...v4.2.0) (2025-11-20)
4+
5+
6+
### Features
7+
8+
* add native Claude Code installation support ([44eefe7](https://github.com/alex-feel/claude-code-toolbox/commit/44eefe7b956e465811104068100e1db014a82f75))
9+
10+
11+
### Bug Fixes
12+
13+
* remove unreachable return in install_claude_native_linux ([2606d67](https://github.com/alex-feel/claude-code-toolbox/commit/2606d67ce26e4e72b64a1ddc6998a1571503ab33))
14+
* update native installation tests with proper mocks for CI ([a103933](https://github.com/alex-feel/claude-code-toolbox/commit/a10393311a7cc49ce8961e4f0fc10997b80c37c1))
15+
316
## [4.1.12](https://github.com/alex-feel/claude-code-toolbox/compare/v4.1.11...v4.1.12) (2025-11-19)
417

518

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.1.12"
3+
version = "4.2.0"
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)