Skip to content

Commit 588d614

Browse files
lroolleclaude
andcommitted
chore: release v0.4.1
- Update VERSION in claude.sh to 0.4.1 - Add changelog entry with Docker compatibility improvements 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3c1739e commit 588d614

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.1] - 2025-07-08
11+
12+
### Changed
13+
- Expand ~ to $HOME in release command for Docker compatibility
14+
- Make Claude cmd configurable in release workflow
15+
- Update Claude version to 1.0.44 and improve release flow
16+
1017
## [0.4.0] - 2025-07-08
1118

1219
### Changed

claude.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
# Claude Starter Script with Docker Support
55
# Runs Claude Code CLI locally or in a Docker container for safe execution
66

7-
VERSION="0.4.0"
7+
VERSION="0.4.1"
88
DOCKER_IMAGE="${CCYOLO_DOCKER_IMAGE:-ghcr.io/lroolle/claude-code-yolo}"
99
DOCKER_TAG="${CCYOLO_DOCKER_TAG:-latest}"
1010

0 commit comments

Comments
 (0)