From b62a6f467237de437614db1b2fc4fa4d200fe3f4 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Sun, 13 Sep 2026 11:11:27 +0200 Subject: [PATCH] release v2.7.2 Production logs INFO to stdout: docker logs tatlock becomes a real diagnostic surface for the first time. 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 fb5df15..7c4f29f 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.7.2] - 2026-09-13 + ### Fixed - Production logs exist now (T-5): the production default log level diff --git a/pyproject.toml b/pyproject.toml index 2c50b67..c73d935 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "tatlock" -version = "2.7.1" +version = "2.7.2" description = "OpenAI-compatible API with Ollama backend" requires-python = ">=3.12" dependencies = [