Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.21.3"
".": "0.22.0"
}
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## [0.22.0](https://github.com/Usefused/harnest/compare/v0.21.3...v0.22.0) (2026-09-16)

### Features

Expand Down Expand Up @@ -32,6 +32,11 @@
positioning. Apply the same option styling to the searchable session picker,
keep its menu inside phone screens, and preserve a readable mobile trigger.

### Features

* add agent Studio and eval authoring to the playground ([4983ced](https://github.com/Usefused/harnest/commit/4983cedab88f7aad7f406c5a71888bd4e9de672c))
* **mcp:** add runtime OpenAPI clients and Fused integration ([3cdf066](https://github.com/Usefused/harnest/commit/3cdf066f89bfa8459144bde84cc31dd24e3e411d))

## [0.21.3](https://github.com/Usefused/harnest/compare/v0.21.2...v0.21.3) (2026-09-15)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "harnest"
version = "0.21.3"
version = "0.22.0"
description = "Filesystem-first Python authoring SDK for ADK and LangGraph agents"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion src/harnest/compatibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from packaging.version import InvalidVersion, Version


_SOURCE_VERSION = "0.21.3" # x-release-please-version
_SOURCE_VERSION = "0.22.0" # x-release-please-version


@dataclass(frozen=True, slots=True)
Expand Down
Loading