From b43f8a4af8efef9c435dcc8615c11b5396ec57b9 Mon Sep 17 00:00:00 2001 From: Destynova2 Date: Sun, 26 Apr 2026 20:49:52 +0200 Subject: [PATCH] chore: release v0.36.40 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f777e44..67a278b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.36.40](https://github.com/azerozero/grob/compare/v0.36.39...v0.36.40) - 2026-04-26 + +### Fixed + +- *(routing)* auto-map respects explicit [[models]] entries + ## [0.36.39](https://github.com/azerozero/grob/compare/v0.36.38...v0.36.39) - 2026-04-26 ### Other diff --git a/Cargo.lock b/Cargo.lock index a5af5c2..1a85eff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1872,7 +1872,7 @@ dependencies = [ [[package]] name = "grob" -version = "0.36.39" +version = "0.36.40" dependencies = [ "aes-gcm", "age", diff --git a/Cargo.toml b/Cargo.toml index 5646c10..7f459f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grob" -version = "0.36.39" +version = "0.36.40" edition = "2021" license = "AGPL-3.0-only" description = "High-performance LLM routing proxy — routes to Anthropic, OpenAI, Gemini, DeepSeek, Ollama & more with streaming, tool calling, and multi-provider fallback"