Skip to content

Commit 1f1c2fc

Browse files
authored
Merge pull request #255 from alex-feel/release-please--branches--main
chore(main): release 4.19.0
2 parents 30c275e + 8275fe0 commit 1f1c2fc

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.18.6"
2+
".": "4.19.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+
## [4.19.0](https://github.com/alex-feel/claude-code-toolbox/compare/v4.18.6...v4.19.0) (2026-01-19)
4+
5+
6+
### Features
7+
8+
* add parallel execution for remote file operations ([bad8fe7](https://github.com/alex-feel/claude-code-toolbox/commit/bad8fe735667dba7550a4659089c0645b43b61f4))
9+
10+
11+
### Bug Fixes
12+
13+
* improve summary with skills command ([2f9a18b](https://github.com/alex-feel/claude-code-toolbox/commit/2f9a18b48520c698014dbcfdc4776e74b6b4a219))
14+
315
## [4.18.6](https://github.com/alex-feel/claude-code-toolbox/compare/v4.18.5...v4.18.6) (2026-01-19)
416

517

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.18.6"
3+
version = "4.19.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)