From 1156884a49e14413ff5ecf141b62d908781488a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 12:12:58 +0400 Subject: [PATCH] chore: release v0.12.0 (#331) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edb105d9..8d571869 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.12.0](https://github.com/nearai/ironclaw/compare/v0.11.1...v0.12.0) - 2026-02-26 + +### Added + +- *(web)* improve WASM channel setup flow ([#380](https://github.com/nearai/ironclaw/pull/380)) +- *(web)* inline tool activity cards with auto-collapsing ([#376](https://github.com/nearai/ironclaw/pull/376)) +- *(web)* display logs newest-first in web gateway UI ([#369](https://github.com/nearai/ironclaw/pull/369)) +- *(signal)* tool approval workflow and status updates ([#350](https://github.com/nearai/ironclaw/pull/350)) +- add OpenRouter preset to setup wizard ([#270](https://github.com/nearai/ironclaw/pull/270)) +- *(channels)* add native Signal channel via signal-cli HTTP daemon ([#271](https://github.com/nearai/ironclaw/pull/271)) + +### Fixed + +- correct MCP registry URLs and remove non-existent Google endpoints ([#370](https://github.com/nearai/ironclaw/pull/370)) +- resolve_thread adopts existing session threads by UUID ([#377](https://github.com/nearai/ironclaw/pull/377)) +- resolve telegram/slack name collision between tool and channel registries ([#346](https://github.com/nearai/ironclaw/pull/346)) +- make onboarding installs prefer release artifacts with source fallback ([#323](https://github.com/nearai/ironclaw/pull/323)) +- copy missing files in Dockerfile to fix build ([#322](https://github.com/nearai/ironclaw/pull/322)) +- fall back to build-from-source when extension download fails ([#312](https://github.com/nearai/ironclaw/pull/312)) + +### Other + +- Add --version flag with clap built-in support and test ([#342](https://github.com/nearai/ironclaw/pull/342)) +- Update FEATURE_PARITY.md ([#337](https://github.com/nearai/ironclaw/pull/337)) +- add brew install ironclaw instructions ([#310](https://github.com/nearai/ironclaw/pull/310)) +- Fix skills system: enable by default, fix registry and install ([#300](https://github.com/nearai/ironclaw/pull/300)) + ## [0.11.1](https://github.com/nearai/ironclaw/compare/v0.11.0...v0.11.1) - 2026-02-23 ### Other diff --git a/Cargo.lock b/Cargo.lock index f44ea9c4..27acbe71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2700,7 +2700,7 @@ dependencies = [ [[package]] name = "ironclaw" -version = "0.11.1" +version = "0.12.0" dependencies = [ "aes-gcm", "aho-corasick", diff --git a/Cargo.toml b/Cargo.toml index 78801a78..31581129 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ exclude = [ [package] name = "ironclaw" -version = "0.11.1" +version = "0.12.0" edition = "2024" rust-version = "1.92" description = "Secure personal AI assistant that protects your data and expands its capabilities on the fly"