Skip to content

Commit 5918eb9

Browse files
authored
Merge pull request #280 from alex-feel/release-please--branches--main
chore(main): release 4.24.0
2 parents 8de3c6e + b46f229 commit 5918eb9

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.23.1"
2+
".": "4.24.0"
33
}

CHANGELOG.md

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

3+
## [4.24.0](https://github.com/alex-feel/claude-code-toolbox/compare/v4.23.1...v4.24.0) (2026-01-22)
4+
5+
6+
### Features
7+
8+
* add combined scope support for MCP servers ([9c01263](https://github.com/alex-feel/claude-code-toolbox/commit/9c01263183ad6c80cca819cc2b1e375d95860df7))
9+
10+
11+
### Bug Fixes
12+
13+
* parse MCP profile config commands correctly ([b51cd4c](https://github.com/alex-feel/claude-code-toolbox/commit/b51cd4c7965fc5daebd53824c955d97684c2d62a))
14+
315
## [4.23.1](https://github.com/alex-feel/claude-code-toolbox/compare/v4.23.0...v4.23.1) (2026-01-21)
416

517

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.23.1"
3+
version = "4.24.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)