File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to Claude Code YOLO will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ 0.9.1 ] - 2026-01-09
99
1010### Fixed
1111- ** CRITICAL** : docker-entrypoint.sh UID/GID remapping broken since commit 5807889 (2025-12-29)
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if [ -n "${DEVA_DOCKER_TAG+x}" ]; then
1313 DEVA_DOCKER_TAG_ENV_SET=true
1414fi
1515
16- VERSION=" 0.9.0 "
16+ VERSION=" 0.9.1 "
1717DEVA_DOCKER_IMAGE=" ${DEVA_DOCKER_IMAGE:- ghcr.io/ thevibeworks/ deva} "
1818DEVA_DOCKER_TAG=" ${DEVA_DOCKER_TAG:- latest} "
1919DEVA_CONTAINER_PREFIX=" ${DEVA_CONTAINER_PREFIX:- deva} "
You can’t perform that action at this time.
0 commit comments