From ec44a437a2c5fe34d1061c9ed8f594842219a8ad Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Wed, 15 Apr 2026 23:40:11 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20version=20badge=20v0.50.54=E2=86=92v0.50?= =?UTF-8?q?.55,=20add=20CHANGELOG=20entry=20for=20v0.50.55?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The v0.50.55 release (Docker honcho fix) missed the index.html version badge bump and CHANGELOG entry. Caught during post-session QA sweep. --- CHANGELOG.md | 6 ++++++ static/index.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1516dea..0cb0ac0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Hermes Web UI -- Changelog +## [v0.50.55] — 2026-04-15 + +### Fixed +- **Docker honcho extra** — `docker_init.bash` now installs `hermes-agent[honcho]` so `honcho-ai` is included in the venv on every fresh Docker build. Fixes `"Honcho session could not be initialized."` errors on rebuilt containers. (Fixes #553) +- **Version badge** — `index.html` version badge corrected to v0.50.55 (was missing the bump for this release). + ## [v0.50.54] — 2026-04-15 ### Changed diff --git a/static/index.html b/static/index.html index 2f5aa3f..4438fd8 100644 --- a/static/index.html +++ b/static/index.html @@ -553,7 +553,7 @@
System
Instance version and access controls.
- v0.50.54 + v0.50.55