From c5d92a18431bf3c41dc394ed7ef87089c84bbca6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 20:26:59 +0000 Subject: [PATCH] chore: release v0.5.1 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a83fc2d..a41d243 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,16 @@ from [Conventional Commits](https://www.conventionalcommits.org/). ## [Unreleased] +## [0.5.1](https://github.com/ForeverAngry/rig-compose/compare/v0.5.0...v0.5.1) - 2026-06-01 + +### Added + +- *(reliability)* Add StuckLoopHook for repeated dispatch termination ([#30](https://github.com/ForeverAngry/rig-compose/pull/30)) + +### Documentation + +- Align README Status with shipped 0.5.0 envelope hardening ([#28](https://github.com/ForeverAngry/rig-compose/pull/28)) + ### Added - `StuckLoopHook`: a new `ToolDispatchHook` to prevent infinite tool-dispatch loops by terminating dispatch when the model requests the exact same tool invocation repeatedly. diff --git a/Cargo.toml b/Cargo.toml index 89462a8..73082de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-compose" -version = "0.5.0" +version = "0.5.1" edition = "2024" rust-version = "1.88" authors = ["Brad Cannon <61765732+ForeverAngry@users.noreply.github.com>"]