From 5afdd314ebb26166e10af6725f71fc2749fd5d8c Mon Sep 17 00:00:00 2001 From: Jason-Vaughan <95194903+Jason-Vaughan@users.noreply.github.com> Date: Thu, 18 Jun 2026 14:11:48 -0700 Subject: [PATCH] Release v0.14.0: bump version + promote CHANGELOG Bumps pyproject 0.13.0 -> 0.14.0 and promotes the [Unreleased] entries (delegate observability/metering + the slice-4 synthesis-pattern docs) to a dated [0.14.0] section. --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 304c549..ff74b4d 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.14.0] - 2026-06-18 + ### Added - **Delegate observability + metering (scatter-gather roadmap #39, slice 6).** Delegated sub-calls diff --git a/pyproject.toml b/pyproject.toml index 80cbc07..422de5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "tanglebrain" -version = "0.13.0" +version = "0.14.0" description = "A cost-tiered LLM router: free local first, flat-rate subscriptions next, paid API last." readme = "README.md" requires-python = ">=3.10"