From e3021baf4d3b03b75ffa3b7e1d9dea542e911366 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Wed, 15 Jul 2026 21:32:31 +0200 Subject: [PATCH] release v0.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Volume goes to eleven (0–11 scale, gong feedback, mute), a voice command service that handles volume/mute without the LLM, and an immediate butler filler line with a spinner during the Tatlock wait. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01LKPbR6DY2JygHbyLjxm7Uu --- CHANGELOG.md | 2 ++ gateway/pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65a6bd5..a80562b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ until the first tagged release. ## [Unreleased] +## [0.2.0] — 2026-07-15 + ### Added - After a request, the butler immediately says "Let me check on that for you, diff --git a/gateway/pyproject.toml b/gateway/pyproject.toml index 7500093..53ba8d4 100644 --- a/gateway/pyproject.toml +++ b/gateway/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "desklock-gateway" -version = "0.1.0" +version = "0.2.0" description = "Voice gateway bridging the DeskLock device to the Tatlock butler (STT/chat/TTS)" requires-python = ">=3.11" dependencies = [