We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29d4473 + fe632d0 commit 6551db6Copy full SHA for 6551db6
2 files changed
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.16.0] - 2026-07-14
11
+
12
### Added
13
- `deva-tmux` (#412): tmux interaction is now a built-in module instead of
14
loose scripts. One in-container CLI, two transports — `ssh` (default:
deva.sh
@@ -13,7 +13,7 @@ if [ -n "${DEVA_DOCKER_TAG+x}" ]; then
DEVA_DOCKER_TAG_ENV_SET=true
fi
15
16
-VERSION="0.15.0"
+VERSION="0.16.0"
17
DEVA_DOCKER_IMAGE="${DEVA_DOCKER_IMAGE:-ghcr.io/thevibeworks/deva}"
18
DEVA_DOCKER_TAG="${DEVA_DOCKER_TAG:-latest}"
19
DEVA_CONTAINER_PREFIX="${DEVA_CONTAINER_PREFIX:-deva}"
0 commit comments