Skip to content
Closed
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
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


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

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.1.1"
edition = "2024"
rust-version = "1.85"
license = "AGPL-3.0-only"
Expand Down