Skip to content

Commit 916231b

Browse files
lroolleclaude
andcommitted
chore: release v0.2.6
- Update VERSION in claude.sh to 0.2.6 - Add changelog entry for version synchronization fix 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2d644b4 commit 916231b

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.6] - 2025-07-08
11+
12+
### Fixed
13+
- Sync VERSION variable in claude.sh with actual release tag
14+
1015
## [0.2.4] - 2025-06-23
1116

1217
### Added

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.2.2"
7+
VERSION="0.2.6"
88
DOCKER_IMAGE="${DOCKER_IMAGE:-ghcr.io/lroolle/claude-code-yolo}"
99
DOCKER_TAG="${DOCKER_TAG:-latest}"
1010

0 commit comments

Comments
 (0)