Skip to content

Commit f039180

Browse files
committed
chore: release v0.3.0
- Update VERSION in claude.sh from 0.2.6 to 0.3.0 - Add changelog entry for v0.3.0 with Docker and CI improvements - Include streamlined image build and enhanced release workflow
1 parent 03205b5 commit f039180

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.3.0] - 2025-07-02
11+
12+
### Changed
13+
- Streamlined Docker image build process
14+
- Updated npm global installation path
15+
- Enhanced CI pipeline with release workflow and version check
16+
- Improved container registry configuration
17+
1018
## [0.2.6] - 2025-06-24
1119

1220
### Fixed

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

0 commit comments

Comments
 (0)