chore(release): v0.21.3 (v2026.9.14)
Some checks are pending
Install & Update E2E / Pick release tags (push) Waiting to run
Install & Update E2E / Expand combinations (push) Blocked by required conditions
Install & Update E2E / ${{ matrix.name }} (push) Blocked by required conditions
Install & Update E2E / Upload leg player (push) Waiting to run
Install & Update E2E / Result chart (push) Blocked by required conditions

Rollup patch tag so Hermes Cloud agents (which deploy the newest v* release tag)
pick up #110061: remote dashboard sessions no longer expire on refresh bursts.
Full curated notes for the window ship with v0.22.0.
This commit is contained in:
teknium1
2026-09-14 07:52:45 -07:00
committed by Teknium
parent 9b419a2d3c
commit 345cd2b057
3 changed files with 4 additions and 4 deletions

View File

@@ -3,8 +3,8 @@
import os
import sys
__version__ = "0.21.2"
__release_date__ = "2026.9.11"
__version__ = "0.21.3"
__release_date__ = "2026.9.14"
def _ensure_utf8():

View File

@@ -2,7 +2,7 @@
[project]
name = "hermes-agent"
version = "0.21.2"
version = "0.21.3"
description = "The self-improving AI agent — creates skills from experience, improves them during use, and runs anywhere"
readme = "README.md"
# Upper bound is load-bearing, not cosmetic. uv resolves the project's

2
uv.lock generated
View File

@@ -1729,7 +1729,7 @@ wheels = [
[[package]]
name = "hermes-agent"
version = "0.21.2"
version = "0.21.3"
source = { editable = "." }
dependencies = [
{ name = "certifi" },