Skip to content

Commit 6551db6

Browse files
authored
Merge pull request #430 from thevibeworks/release/v0.16.0
chore: release v0.16.0
2 parents 29d4473 + fe632d0 commit 6551db6

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.16.0] - 2026-07-14
11+
1012
### Added
1113
- `deva-tmux` (#412): tmux interaction is now a built-in module instead of
1214
loose scripts. One in-container CLI, two transports — `ssh` (default:

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.15.0"
16+
VERSION="0.16.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)