Skip to content

Commit 838dae9

Browse files
authored
Merge pull request #203 from alex-feel/release-please--branches--main
chore(main): release 4.8.0
2 parents 2f1ff5a + 1150a5f commit 838dae9

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.7.2"
2+
".": "4.8.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.8.0](https://github.com/alex-feel/claude-code-toolbox/compare/v4.7.2...v4.8.0) (2025-12-25)
4+
5+
6+
### Features
7+
8+
* add always-thinking-enabled config option ([bfe36cf](https://github.com/alex-feel/claude-code-toolbox/commit/bfe36cfcdd543a30536dcc7ec5a8dfa7cebd72d5))
9+
10+
11+
### Bug Fixes
12+
13+
* add overwriting message for Skills file downloads ([c420284](https://github.com/alex-feel/claude-code-toolbox/commit/c420284f62336b580844a70a154e4a0fd1bf4618))
14+
* correct settings message ([ff727e2](https://github.com/alex-feel/claude-code-toolbox/commit/ff727e21eaad73804ba182b1bd55552609d928c5))
15+
316
## [4.7.2](https://github.com/alex-feel/claude-code-toolbox/compare/v4.7.1...v4.7.2) (2025-12-25)
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.7.2"
3+
version = "4.8.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)