From 3e75645a0dad145d68d20bb8323164ed90ce735b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20Lange?= Date: Sat, 18 Apr 2026 02:30:50 +0200 Subject: [PATCH] chore: release v2.2.0 Bump version for the quota-tracking feature release (#210). Highlights: * Unified QuotaStatus across credits / rolling_window / daily * Balance poller (DeepSeek + Kilo) with fast-lane cadence for expiring credits * Passive header-capture middleware (OpenAI / Anthropic / OpenRouter) * Operator cockpit: /api/quotas + /dashboard/quotas * Router picks up use-or-lose alerts for informed tie-breaking * faigate-install refuses to clobber an existing brew install Co-Authored-By: Claude Sonnet 4.6 --- faigate/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/faigate/__init__.py b/faigate/__init__.py index 37ab677..402c0d0 100644 --- a/faigate/__init__.py +++ b/faigate/__init__.py @@ -1,3 +1,3 @@ """fusionAIze Gate package.""" -__version__ = "2.1.6" +__version__ = "2.2.0" diff --git a/pyproject.toml b/pyproject.toml index 67504de..86251fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "faigate" -version = "2.1.6" +version = "2.2.0" description = "Local OpenAI-compatible routing gateway for OpenClaw and other AI-native clients." readme = "README.md" license = "Apache-2.0"