Skip to content

Commit 4b0be65

Browse files
authored
Merge pull request #197 from alex-feel/release-please--branches--main
chore(main): release 4.7.0
2 parents 7c86d2d + 82458fe commit 4b0be65

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-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.6.0"
2+
".": "4.7.0"
33
}

CHANGELOG.md

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

3+
## [4.7.0](https://github.com/alex-feel/claude-code-toolbox/compare/v4.6.0...v4.7.0) (2025-12-24)
4+
5+
6+
### Features
7+
8+
* add configuration inheritance support with top-level key override ([6847f7b](https://github.com/alex-feel/claude-code-toolbox/commit/6847f7b7f3745809110c751d2cc0eef285fd0673))
9+
* add os-env-variables for cross-platform persistent environment variables ([c15e459](https://github.com/alex-feel/claude-code-toolbox/commit/c15e459e59f787d0fe8038dc51c80138228e9d3e))
10+
11+
12+
### Bug Fixes
13+
14+
* correct duplicate step numbering in console output ([02887c1](https://github.com/alex-feel/claude-code-toolbox/commit/02887c16ab131a975fc4a7f3b0ea796f1ad44d38))
15+
* use positive platform check to prevent MyPy unreachable error ([00c563e](https://github.com/alex-feel/claude-code-toolbox/commit/00c563eeff038bcf59946801f88f35d7ec176228))
16+
317
## [4.6.0](https://github.com/alex-feel/claude-code-toolbox/compare/v4.5.1...v4.6.0) (2025-12-19)
418

519

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.6.0"
3+
version = "4.7.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)