Skip to content

Commit 4cbaa33

Browse files
authored
Merge pull request #227 from alex-feel/release-please--branches--main
chore(main): release 4.16.2
2 parents be4fb9d + 0ced4ab commit 4cbaa33

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-
".": "4.16.1"
2+
".": "4.16.2"
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+
## [4.16.2](https://github.com/alex-feel/claude-code-toolbox/compare/v4.16.1...v4.16.2) (2026-01-06)
4+
5+
6+
### Bug Fixes
7+
8+
* consolidate file validation into FileValidator class ([81fbf0e](https://github.com/alex-feel/claude-code-toolbox/commit/81fbf0e01837e9c3b8d1c5064d41fff011ac2a53))
9+
310
## [4.16.1](https://github.com/alex-feel/claude-code-toolbox/compare/v4.16.0...v4.16.1) (2026-01-05)
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 = "4.16.1"
3+
version = "4.16.2"
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)