Skip to content

Commit b63ecfe

Browse files
authored
Merge pull request #153 from alex-feel/release-please--branches--main
chore(main): release 4.0.0
2 parents 1964d46 + 1e8bb97 commit b63ecfe

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-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-
".": "3.8.2"
2+
".": "4.0.0"
33
}

CHANGELOG.md

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

3+
## [4.0.0](https://github.com/alex-feel/claude-code-toolbox/compare/v3.8.2...v4.0.0) (2025-11-14)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Output-style configuration is completely removed. Users must migrate to the new system-prompt mode field.
9+
10+
### Features
11+
12+
* remove output-style support and add system-prompt mode field ([43e100a](https://github.com/alex-feel/claude-code-toolbox/commit/43e100aad80bd3de333607dfe2491d674c13f86a))
13+
314
## [3.8.2](https://github.com/alex-feel/claude-code-toolbox/compare/v3.8.1...v3.8.2) (2025-10-23)
415

516

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 = "3.8.2"
3+
version = "4.0.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)