Skip to content

Commit 6137cc3

Browse files
committed
chore(main): release 1.11.0
1 parent 856aeb4 commit 6137cc3

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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-
".": "1.10.0"
2+
".": "1.11.0"
33
}

CHANGELOG.md

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

3+
## [1.11.0](https://github.com/alex-feel/claude-code-toolbox/compare/v1.10.0...v1.11.0) (2025-09-14)
4+
5+
6+
### Features
7+
8+
* add local file path support to environment configurations ([85d9892](https://github.com/alex-feel/claude-code-toolbox/commit/85d98927aaa9fb7f30dec4a58c29bfd1b314f98a))
9+
* remove structured output requirements from agents and generalize web researcher ([09fb566](https://github.com/alex-feel/claude-code-toolbox/commit/09fb566efe3bd70d51127c41c84e55f35aed831c))
10+
311
## [1.10.0](https://github.com/alex-feel/claude-code-toolbox/compare/v1.9.1...v1.10.0) (2025-09-08)
412

513

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 = "1.10.0"
3+
version = "1.11.0"
44
description = "Claude Code Toolbox — production-ready Claude Code enhancements: subagents, hooks, output styles, custom slash commands, system prompts, and one-line environment setup."
55
readme = "README.md"
66
authors = [{ name = "Aleksandr Filippov", email = "alexfeel@protonmail.com" }]

0 commit comments

Comments
 (0)