diff --git a/CHANGELOG.md b/CHANGELOG.md index e7a8cea..e222302 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,26 @@ All notable changes documented here. The format follows [Keep a Changelog](https://keepachangelog.com/) and the project follows [Semantic Versioning](https://semver.org/). +## [0.1.1](https://github.com/phoxal/operator/releases/tag/v0.1.1) - 2026-06-07 + + +### CI + +- Adopt shared reusable release + pr-title workflows (#11) +- Repoint reusable workflows to public phoxal/.github (#12) +- Gate release on the release-prep branch, not the PR title (#13) +- Gate releases on the release/ branch prefix (#14) + +### Fixed + +- *(meta)* Point repository metadata at phoxal/operator (#7) + +### Other + +- *(deps)* Adapt to phoxal-robot Sim removal + Network addition +- Adopt phoxal framework renames (infra/api/core/runtime/validation) +- Restore framework branch pin to main after restructure merge + ## [0.1.0](https://github.com/phoxal/operator/releases/tag/v0.1.0) - 2026-05-28 @@ -76,6 +96,6 @@ All notable changes documented here. The format follows - Refactored code style and formatting for consistency across modules, focusing on indentation, alignment, and readability without altering logic - *(workspace)* Carve members into future-repo subdirs -- *(engine)* Fold phoxal-utils-conventions into phoxal-core-engine +- *(engine)* Fold phoxal-utils-conventions into phoxal-engine - *(api)* Introduce pub mod v1 in every phoxal-*-api crate diff --git a/Cargo.toml b/Cargo.toml index bda0cfb..c8dfdd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "0.1.0" +version = "0.1.1" edition = "2024" rust-version = "1.85" license = "AGPL-3.0-only"