From 0ac6e79ead3fcce26cd430466da1b6ef1164b53d Mon Sep 17 00:00:00 2001 From: Destynova2 Date: Wed, 5 Aug 2026 12:59:46 +0200 Subject: [PATCH] chore: release v0.36.95 --- 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 4fa7fe4..b689243 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.95](https://github.com/azerozero/grob/compare/v0.36.94...v0.36.95) - 2026-08-05 + +### Other + +- *(agents)* drop dead API and enforce the lineage invariant ([#538](https://github.com/azerozero/grob/pull/538)) + ## [0.36.94](https://github.com/azerozero/grob/compare/v0.36.93...v0.36.94) - 2026-08-05 ### Added diff --git a/Cargo.lock b/Cargo.lock index 0339b63..438a4fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1826,7 +1826,7 @@ dependencies = [ [[package]] name = "grob" -version = "0.36.94" +version = "0.36.95" dependencies = [ "aes-gcm", "age", diff --git a/Cargo.toml b/Cargo.toml index ad26ca2..19c3541 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grob" -version = "0.36.94" +version = "0.36.95" edition = "2021" license = "Apache-2.0" description = "High-performance LLM routing proxy — routes to Anthropic, OpenAI, Gemini, DeepSeek, Ollama & more with streaming, tool calling, and multi-provider fallback"