Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 32 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down Expand Up @@ -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

2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Loading