Skip to content

Commit 22053ee

Browse files
authored
Merge pull request #392 from alex-feel/release-please--branches--main
chore(main): release 5.17.0
2 parents 37f9b09 + 90cb812 commit 22053ee

4 files changed

Lines changed: 15 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.16.0"
2+
".": "5.17.0"
33
}

CHANGELOG.md

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

3+
## [5.17.0](https://github.com/alex-feel/claude-code-toolbox/compare/v5.16.0...v5.17.0) (2026-06-05)
4+
5+
6+
### Features
7+
8+
* export setup-time CLAUDE_CONFIG_DIR and add link-projects-dir for isolated profiles ([3d61280](https://github.com/alex-feel/claude-code-toolbox/commit/3d6128034f90ff45748d1a180bf49dda396fe2ff))
9+
10+
11+
### Bug Fixes
12+
13+
* resolve ty unresolved-attribute errors for Windows-only stdlib on Linux CI ([86ae211](https://github.com/alex-feel/claude-code-toolbox/commit/86ae211f5ebda751ad40bede16f3250f50e29c3d))
14+
315
## [5.16.0](https://github.com/alex-feel/claude-code-toolbox/compare/v5.15.1...v5.16.0) (2026-06-04)
416

517

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.16.0 # x-release-please-version
11+
version: 5.17.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.16.0"
3+
version = "5.17.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)