We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf8334a commit 3120cb3Copy full SHA for 3120cb3
2 files changed
CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.4.0] - 2025-07-08
11
+
12
+### Changed
13
+- Refactored auth system and environment handling
14
15
## [0.3.0] - 2025-07-02
16
17
### Changed
claude.sh
@@ -4,7 +4,7 @@ set -e
4
# Claude Starter Script with Docker Support
5
# Runs Claude Code CLI locally or in a Docker container for safe execution
6
-VERSION="0.3.0"
+VERSION="0.4.0"
DOCKER_IMAGE="${CCYOLO_DOCKER_IMAGE:-ghcr.io/lroolle/claude-code-yolo}"
DOCKER_TAG="${CCYOLO_DOCKER_TAG:-latest}"
0 commit comments