Skip to content

Commit ee997b5

Browse files
authored
Merge pull request #429 from thevibeworks/release/v0.15.0
chore: release v0.15.0
2 parents 095b74d + ee9e2a0 commit ee997b5

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.15.0] - 2026-07-14
11+
1012
### Added
1113
- `--auth-with` bare names (`claude-max.credentials.json`, no slash) resolve
1214
against the agent config home (`~/.config/deva/<agent>/`) as a named

deva.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [ -n "${DEVA_DOCKER_TAG+x}" ]; then
1313
DEVA_DOCKER_TAG_ENV_SET=true
1414
fi
1515

16-
VERSION="0.14.1"
16+
VERSION="0.15.0"
1717
DEVA_DOCKER_IMAGE="${DEVA_DOCKER_IMAGE:-ghcr.io/thevibeworks/deva}"
1818
DEVA_DOCKER_TAG="${DEVA_DOCKER_TAG:-latest}"
1919
DEVA_CONTAINER_PREFIX="${DEVA_CONTAINER_PREFIX:-deva}"

0 commit comments

Comments
 (0)