Skip to content

Commit 3120cb3

Browse files
committed
chore: release v0.4.0
- Update VERSION to 0.4.0 in claude.sh - Add v0.4.0 changelog entry with auth system refactor
1 parent bf8334a commit 3120cb3

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.4.0] - 2025-07-08
11+
12+
### Changed
13+
- Refactored auth system and environment handling
14+
1015
## [0.3.0] - 2025-07-02
1116

1217
### 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.3.0"
7+
VERSION="0.4.0"
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)