From ef0ad0111bbb3cb050038f3766015f5a0102fcbe Mon Sep 17 00:00:00 2001 From: "firat.sertgoz" Date: Fri, 14 Aug 2026 00:03:24 +0300 Subject: [PATCH] chore(release): promote 1.2.0-rc.3 to 1.2.0 (#7625) --- CHANGELOG.md | 15 +++++++-------- Cargo.lock | 2 +- crates/app/ironclaw_cli/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26e14f0cc1..bce51b6bd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [1.2.0-rc.3] - 2026-08-12 +## [1.2.0] - 2026-08-13 -### Fixed +Stable promotion of `1.2.0-rc.3`, including the fixes validated in RC2 and +RC3 and the complete RC1 feature set below. + +### Fixed in 1.2.0-rc.3 - The runtime container image now installs `curl`, so in-container HTTP healthchecks can execute. Orchestrators probe the worker with @@ -17,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 probe could never run, the container was never marked healthy, and the deploy timed out into `error` while the listener served 200s throughout. -### Changed +### Changed in 1.2.0-rc.3 - Reborn PR test planning and the root-partition runner now share one test inventory covering every `tests/*.rs` target, and container image inputs @@ -25,9 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 partition assignment, so a scheduled root test could be reported green without having run. -## [1.2.0-rc.2] - 2026-08-12 - -### Fixed +### Fixed in 1.2.0-rc.2 - Windows first-start filesystem publication now uses native atomic rename semantics instead of hard links and tolerates unsupported directory syncs. @@ -35,8 +36,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 the standalone secrets key, isolate workspace state, and keep `icacls` status output from contaminating machine-readable CLI JSON. -## [1.2.0-rc.1] - 2026-08-11 - ### Added - **Slack channel context.** Pinging the bot at the top level of a channel diff --git a/Cargo.lock b/Cargo.lock index 6f19cf67d9..c2b0eff1a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3455,7 +3455,7 @@ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" [[package]] name = "ironclaw" -version = "1.2.0-rc.3" +version = "1.2.0" dependencies = [ "anyhow", "async-trait", diff --git a/crates/app/ironclaw_cli/Cargo.toml b/crates/app/ironclaw_cli/Cargo.toml index 92f057d7bf..c672adfe60 100644 --- a/crates/app/ironclaw_cli/Cargo.toml +++ b/crates/app/ironclaw_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ironclaw" -version = "1.2.0-rc.3" +version = "1.2.0" edition = "2024" rust-version.workspace = true description = "Secure personal AI assistant that protects your data and expands its capabilities on the fly"