Skip to content

Commit c366b21

Browse files
authored
Merge pull request #213 from alex-feel/release-please--branches--main
chore(main): release 4.11.0
2 parents 2bfef9c + 7bc7fd6 commit c366b21

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-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.10.1"
2+
".": "4.11.0"
33
}

CHANGELOG.md

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

3+
## [4.11.0](https://github.com/alex-feel/claude-code-toolbox/compare/v4.10.1...v4.11.0) (2025-12-31)
4+
5+
6+
### Features
7+
8+
* add attribution config support, deprecate includeCoAuthoredBy ([a3c6b53](https://github.com/alex-feel/claude-code-toolbox/commit/a3c6b53239b32ec48ee1211bed7ec48b5390ee61))
9+
* add companyAnnouncements config support for custom announcements ([9469877](https://github.com/alex-feel/claude-code-toolbox/commit/94698773e57477ad33a0f28c9baef2cf2e8d149d))
10+
* add status-line configuration support ([897b893](https://github.com/alex-feel/claude-code-toolbox/commit/897b893190295fbdc4a4a768ebaa23aca3075078))
11+
312
## [4.10.1](https://github.com/alex-feel/claude-code-toolbox/compare/v4.10.0...v4.10.1) (2025-12-29)
413

514

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.10.1"
3+
version = "4.11.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)