We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d7eb0b commit 1df0ddeCopy full SHA for 1df0dde
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.2] - 2025-07-10
11
+
12
+### Changed
13
+- Migrate repository from lroolle to thevibeworks org
14
15
## [0.4.1] - 2025-07-08
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.4.1"
+VERSION="0.4.2"
DOCKER_IMAGE="${CCYOLO_DOCKER_IMAGE:-ghcr.io/thevibeworks/ccyolo}"
DOCKER_TAG="${CCYOLO_DOCKER_TAG:-latest}"
0 commit comments