mirror of
https://github.com/nearai/ironclaw.git
synced 2026-09-02 23:56:24 +08:00
chore(release): promote 1.2.0-rc.3 to 1.2.0 (#7625)
This commit is contained in:
15
CHANGELOG.md
15
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
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -3455,7 +3455,7 @@ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
|
||||
|
||||
[[package]]
|
||||
name = "ironclaw"
|
||||
version = "1.2.0-rc.3"
|
||||
version = "1.2.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user