Skip to content

Commit 1156884

Browse files
chore: release v0.12.0 (#331)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 996c6a8 commit 1156884

3 files changed

Lines changed: 29 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.12.0](https://github.com/nearai/ironclaw/compare/v0.11.1...v0.12.0) - 2026-02-26
11+
12+
### Added
13+
14+
- *(web)* improve WASM channel setup flow ([#380](https://github.com/nearai/ironclaw/pull/380))
15+
- *(web)* inline tool activity cards with auto-collapsing ([#376](https://github.com/nearai/ironclaw/pull/376))
16+
- *(web)* display logs newest-first in web gateway UI ([#369](https://github.com/nearai/ironclaw/pull/369))
17+
- *(signal)* tool approval workflow and status updates ([#350](https://github.com/nearai/ironclaw/pull/350))
18+
- add OpenRouter preset to setup wizard ([#270](https://github.com/nearai/ironclaw/pull/270))
19+
- *(channels)* add native Signal channel via signal-cli HTTP daemon ([#271](https://github.com/nearai/ironclaw/pull/271))
20+
21+
### Fixed
22+
23+
- correct MCP registry URLs and remove non-existent Google endpoints ([#370](https://github.com/nearai/ironclaw/pull/370))
24+
- resolve_thread adopts existing session threads by UUID ([#377](https://github.com/nearai/ironclaw/pull/377))
25+
- resolve telegram/slack name collision between tool and channel registries ([#346](https://github.com/nearai/ironclaw/pull/346))
26+
- make onboarding installs prefer release artifacts with source fallback ([#323](https://github.com/nearai/ironclaw/pull/323))
27+
- copy missing files in Dockerfile to fix build ([#322](https://github.com/nearai/ironclaw/pull/322))
28+
- fall back to build-from-source when extension download fails ([#312](https://github.com/nearai/ironclaw/pull/312))
29+
30+
### Other
31+
32+
- Add --version flag with clap built-in support and test ([#342](https://github.com/nearai/ironclaw/pull/342))
33+
- Update FEATURE_PARITY.md ([#337](https://github.com/nearai/ironclaw/pull/337))
34+
- add brew install ironclaw instructions ([#310](https://github.com/nearai/ironclaw/pull/310))
35+
- Fix skills system: enable by default, fix registry and install ([#300](https://github.com/nearai/ironclaw/pull/300))
36+
1037
## [0.11.1](https://github.com/nearai/ironclaw/compare/v0.11.0...v0.11.1) - 2026-02-23
1138

1239
### Other

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ exclude = [
1919

2020
[package]
2121
name = "ironclaw"
22-
version = "0.11.1"
22+
version = "0.12.0"
2323
edition = "2024"
2424
rust-version = "1.92"
2525
description = "Secure personal AI assistant that protects your data and expands its capabilities on the fly"

0 commit comments

Comments
 (0)