Skip to content

Commit 5c65ef2

Browse files
authored
Merge pull request #133 from alex-feel/release-please--branches--main
chore(main): release 3.7.0
2 parents c37fdec + 298f322 commit 5c65ef2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.6.0"
2+
".": "3.7.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+
## [3.7.0](https://github.com/alex-feel/claude-code-toolbox/compare/v3.6.0...v3.7.0) (2025-10-06)
4+
5+
6+
### Features
7+
8+
* use uv run for Python hook execution ([94cc17d](https://github.com/alex-feel/claude-code-toolbox/commit/94cc17db9bdfab6985b688914553330ef1e2d183))
9+
310
## [3.6.0](https://github.com/alex-feel/claude-code-toolbox/compare/v3.5.1...v3.6.0) (2025-10-04)
411

512

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.6.0"
3+
version = "3.7.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)