diff --git a/CHANGELOG.md b/CHANGELOG.md index b8f02d77..2939ace0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ 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-22 + +### 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"