diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 53ecb865..6c14cdc1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.33.0" + ".": "0.33.2-rc.60" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 438b2859..c2f531da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to rtk (Rust Token Killer) will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.33.2-rc.60](https://github.com/rtk-ai/rtk/compare/v0.33.1-rc.60...v0.33.2-rc.60) (2026-03-25) + + +### Bug Fixes + +* hook security + stderr redirects + version bump ([#807](https://github.com/rtk-ai/rtk/issues/807)) ([0649e97](https://github.com/rtk-ai/rtk/commit/0649e974fb8f27778ef0d22aa97905d9ebc8f03c)) + ## [0.33.0-rc.54](https://github.com/rtk-ai/rtk/compare/v0.32.0-rc.54...v0.33.0-rc.54) (2026-03-24) diff --git a/Cargo.lock b/Cargo.lock index c95377da..69776fb6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -892,7 +892,7 @@ dependencies = [ [[package]] name = "rtk" -version = "0.33.0" +version = "0.33.2-rc.60" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index a811ba62..fa4617ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtk" -version = "0.33.0" +version = "0.33.2-rc.60" edition = "2021" authors = ["Patrick Szymkowiak"] description = "Rust Token Killer - High-performance CLI proxy to minimize LLM token consumption"