Skip to content

Commit c28c635

Browse files
authored
Merge pull request #371 from alex-feel/release-please--branches--main
chore(main): release 5.12.0
2 parents d741da7 + ae1fcd2 commit c28c635

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.11.3"
2+
".": "5.12.0"
33
}

CHANGELOG.md

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

3+
## [5.12.0](https://github.com/alex-feel/claude-code-toolbox/compare/v5.11.3...v5.12.0) (2026-04-08)
4+
5+
6+
### Features
7+
8+
* add dual hooks routing to settings.json when command-names is absent ([7d95e23](https://github.com/alex-feel/claude-code-toolbox/commit/7d95e23f0602bfe7c731d40f98890ab60f9253ce))
9+
310
## [5.11.3](https://github.com/alex-feel/claude-code-toolbox/compare/v5.11.2...v5.11.3) (2026-04-08)
411

512

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors:
88
given-names: Aleksandr
99
email: alexfeel@protonmail.com
1010
orcid: "https://orcid.org/0009-0001-1120-6114"
11-
version: 5.11.3 # x-release-please-version
11+
version: 5.12.0 # x-release-please-version
1212
license: MIT
1313
url: "https://github.com/alex-feel/claude-code-toolbox"
1414
repository-code: "https://github.com/alex-feel/claude-code-toolbox"

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 = "5.11.3"
3+
version = "5.12.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)