From 9ff698b55d1eab7834fa3cdff4a0bd906ec8b1c5 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Fri, 11 Sep 2026 22:16:37 +0200 Subject: [PATCH] release v2.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Minor, not patch: EMBEDDING_HOST is a new setting and the pure-/v1 backend surface is new capability — the backend behind OLLAMA_HOST became swappable by env alone, which the serving cutover (and forge after it) depends on. Co-Authored-By: Claude Fable 5 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b904f28..20a1bd5 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] +## [2.5.0] - 2026-09-11 + ### Added - `make bench-serving` — serving-layer benchmark replaying a scripted diff --git a/pyproject.toml b/pyproject.toml index 5e74d04..8a19c10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "tatlock" -version = "2.4.3" +version = "2.5.0" description = "OpenAI-compatible API with Ollama backend" requires-python = ">=3.12" dependencies = [