From 527fb562afe6ec7017ac4be13a68c7b7260ccf7c Mon Sep 17 00:00:00 2001 From: jBernavaPrah <11057215+jBernavaPrah@users.noreply.github.com> Date: Mon, 15 Jun 2026 20:08:26 +0000 Subject: [PATCH] chore(release): v0.2.0 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 33 ++++++++++++++++++++++++++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 34 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7a8cea..1c8ac33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,37 @@ All notable changes documented here. The format follows [Keep a Changelog](https://keepachangelog.com/) and the project follows [Semantic Versioning](https://semver.org/). +## [0.2.0](https://github.com/phoxal/operator/releases/tag/v0.2.0) - 2026-06-15 + + +### Added + +- Migrate to phoxal v0.5.0 typed bus (#18) [**breaking**] +- Restore microphone and speaker visualization on phoxal v0.6.0 (#20) +- Adopt phoxal 0.9 domain-first contract enums (#21) [**breaking**] + +### 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) +- Use the shared rust-ci reusable workflow (#17) + +### 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 + +### Refactored + +- Depend on single `phoxal` crate (#15) + ## [0.1.0](https://github.com/phoxal/operator/releases/tag/v0.1.0) - 2026-05-28 @@ -76,6 +107,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.lock b/Cargo.lock index dbb784b..d9d1ff8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3169,7 +3169,7 @@ dependencies = [ [[package]] name = "phoxal-rerun-proxy" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 73b20f6..71f7162 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "0.1.0" +version = "0.2.0" edition = "2024" rust-version = "1.85" license = "AGPL-3.0-only"