From c35569b26d94ddb677485a45d71935e4eaba0477 Mon Sep 17 00:00:00 2001 From: Destynova2 Date: Sun, 8 Mar 2026 10:50:06 +0100 Subject: [PATCH] chore: release v0.14.0 --- 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 4e447ae2..6536c3c1 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.14.0](https://github.com/azerozero/grob/compare/v0.13.2...v0.14.0) - 2026-03-08 + +### Added + +- add --reload flag to grob preset apply + ## [0.13.2](https://github.com/azerozero/grob/compare/v0.13.1...v0.13.2) - 2026-03-08 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index ef32f515..a6ab2e90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1119,7 +1119,7 @@ dependencies = [ [[package]] name = "grob" -version = "0.13.2" +version = "0.14.0" dependencies = [ "aho-corasick", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index bbdaf0f9..c8669953 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grob" -version = "0.13.2" +version = "0.14.0" 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"