chore: release v0.11.0

This commit is contained in:
github-actions[bot]
2026-02-22 22:10:46 +00:00
committed by GitHub
parent 7bc3d5507a
commit 07e252649d
3 changed files with 10 additions and 3 deletions
+7
View File
@@ -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
Generated
+2 -2
View File
@@ -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]]
+1 -1
View File
@@ -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"