From aa16fe4ffdcbce0b7cbbb2edda9b38972821862b Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Thu, 18 Dec 2025 21:00:01 +0100 Subject: [PATCH] chore: release v1.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5fcb15..7dfc809 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] +## [1.9.0] - 2025-12-18 + ### Changed - **Housekeeper prompt optimization** - Rewrote system prompt for Mistral-Nemo function calling with negative constraints, step-by-step process, and explicit entity ID format guidance diff --git a/pyproject.toml b/pyproject.toml index 6663199..0406ef8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "tatlock" -version = "1.8.6" +version = "1.9.0" description = "OpenAI-compatible API with Ollama backend" requires-python = ">=3.12" dependencies = []