Skip to content

Commit ba30e5d

Browse files
authored
Merge pull request #416 from thevibeworks/release/v0.14.1
chore: release v0.14.1
2 parents c7b40a1 + 2ac6606 commit ba30e5d

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.14.1] - 2026-07-13
11+
1012
### Added
1113
- `--auth-with` provision mode: passing a non-existent credentials file
1214
path now offers to create it via interactive TUI login instead of

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.0"
16+
VERSION="0.14.1"
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)