From c14cc1f065635ac088fdb383266ba0c807a36af8 Mon Sep 17 00:00:00 2001 From: Destynova2 Date: Sun, 26 Apr 2026 18:53:08 +0200 Subject: [PATCH] chore: release v0.36.38 --- 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 0fb7b99..30dc45f 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.38](https://github.com/azerozero/grob/compare/v0.36.37...v0.36.38) - 2026-04-26 + +### Added + +- *(rpc)* impl tools/enable + tools/disable with in-memory mutation ([#228](https://github.com/azerozero/grob/pull/228)) + ## [0.36.37](https://github.com/azerozero/grob/compare/v0.36.36...v0.36.37) - 2026-04-26 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index a7529c4..5dce6a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1872,7 +1872,7 @@ dependencies = [ [[package]] name = "grob" -version = "0.36.37" +version = "0.36.38" dependencies = [ "aes-gcm", "age", diff --git a/Cargo.toml b/Cargo.toml index ebe0d7d..c2b9d66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grob" -version = "0.36.37" +version = "0.36.38" 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"