Skip to content

Commit b51d568

Browse files
authored
Merge pull request #508 from thevibeworks/release/v0.18.1
chore: release v0.18.1
2 parents b7d810c + ecca39a commit b51d568

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.18.1] - 2026-07-28
11+
1012
### Fixed
1113
- Intermittent `env: 'claude': Permission denied` at container start
1214
(#506): `usermod -u` chowns the home tree with the top-level dir last,

deva.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if [ -n "${DEVA_DOCKER_TAG+x}" ]; then
2121
DEVA_DOCKER_TAG_SOURCE="env"
2222
fi
2323

24-
VERSION="0.18.0"
24+
VERSION="0.18.1"
2525
DEVA_DOCKER_IMAGE="${DEVA_DOCKER_IMAGE:-ghcr.io/thevibeworks/deva}"
2626
DEVA_DOCKER_TAG="${DEVA_DOCKER_TAG:-latest}"
2727
DEVA_CONTAINER_PREFIX="${DEVA_CONTAINER_PREFIX:-deva}"

0 commit comments

Comments
 (0)