From 9326c001e066de03a187653d68737b1438b7efdb Mon Sep 17 00:00:00 2001 From: Eric Wang Date: Tue, 4 Aug 2026 20:03:02 -0700 Subject: [PATCH] chore: release v0.18.2 Co-Authored-By: Claude Fable 5 --- CHANGELOG.md | 2 ++ deva.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8129b6..d674e21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.18.2] - 2026-08-04 + ### Changed - README restyled around the core value — the container is the sandbox, mounts are the contract; 190 -> ~80 lines, bilingual diff --git a/deva.sh b/deva.sh index 1910983..5b858b5 100755 --- a/deva.sh +++ b/deva.sh @@ -21,7 +21,7 @@ if [ -n "${DEVA_DOCKER_TAG+x}" ]; then DEVA_DOCKER_TAG_SOURCE="env" fi -VERSION="0.18.1" +VERSION="0.18.2" DEVA_DOCKER_IMAGE="${DEVA_DOCKER_IMAGE:-ghcr.io/thevibeworks/deva}" DEVA_DOCKER_TAG="${DEVA_DOCKER_TAG:-latest}" DEVA_CONTAINER_PREFIX="${DEVA_CONTAINER_PREFIX:-deva}"