From 004906e5825d69f5eac1e9fc638262f8b7691e32 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 00:41:14 +0000 Subject: [PATCH] chore: release v0.11.0 (#318) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8f02d77..1da9ae27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.0](https://github.com/nearai/ironclaw/compare/v0.10.0...v0.11.0) - 2026-02-23 + +### Fixed + +- auto-compact and retry on ContextLengthExceeded ([#315](https://github.com/nearai/ironclaw/pull/315)) + +### Other + +- *(README)* Adding badges to readme ([#316](https://github.com/nearai/ironclaw/pull/316)) +- Feat/completion ([#240](https://github.com/nearai/ironclaw/pull/240)) + ## [0.10.0](https://github.com/nearai/ironclaw/compare/v0.9.0...v0.10.0) - 2026-02-22 ### Added diff --git a/Cargo.lock b/Cargo.lock index 24f0a261..4d910946 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2700,7 +2700,7 @@ dependencies = [ [[package]] name = "ironclaw" -version = "0.10.0" +version = "0.11.0" dependencies = [ "aes-gcm", "aho-corasick", @@ -4993,7 +4993,7 @@ dependencies = [ "darling", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.116", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 665aaf0f..66458223 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ exclude = [ [package] name = "ironclaw" -version = "0.10.0" +version = "0.11.0" edition = "2024" rust-version = "1.92" description = "Secure personal AI assistant that protects your data and expands its capabilities on the fly"