Skip to content

Commit e8df276

Browse files
authored
Merge pull request #223 from alex-feel/release-please--branches--main
chore(main): release 4.16.0
2 parents c28a9ca + b267a1b commit e8df276

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.15.0"
2+
".": "4.16.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.16.0](https://github.com/alex-feel/claude-code-toolbox/compare/v4.15.0...v4.16.0) (2026-01-05)
4+
5+
6+
### Features
7+
8+
* add config file support for status-line hooks ([d39dc61](https://github.com/alex-feel/claude-code-toolbox/commit/d39dc613ebfbf12b6e49e9b51dada50001c48ead))
9+
* improve Node.js detection for MCP server configuration ([778f3a1](https://github.com/alex-feel/claude-code-toolbox/commit/778f3a17c86ad2907371d9c3e4755c83d917da59))
10+
11+
12+
### Bug Fixes
13+
14+
* add files downloaded count to summary output ([a05bf75](https://github.com/alex-feel/claude-code-toolbox/commit/a05bf75472e4bb0fdfcc43b7a967ae011090e5f5))
15+
316
## [4.15.0](https://github.com/alex-feel/claude-code-toolbox/compare/v4.14.0...v4.15.0) (2026-01-03)
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.15.0"
3+
version = "4.16.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 = "[email protected]" }]

0 commit comments

Comments
 (0)