chore: release v0.2.0#14
Conversation
There was a problem hiding this comment.
✅ No new issues found.
Reviewed changes — release-plz auto-generated version bump from 0.1.4 to 0.2.0 across the workspace. Verified the diff is mechanical and the minor bump correctly reflects the breaking API surface introduced by #5 under pre-1.0 SemVer.
- Workspace version bump —
[workspace.package].versionand the rootopenlogi-clipath-dep version move to0.2.0inCargo.toml. - Per-crate path deps realigned —
openlogi-cli,openlogi-hid, andopenlogi-hookupdated to requireopenlogi-core/ siblings at0.2.0. Cargo.lockregenerated — allopenlogi*package entries pinned to0.2.0, no transitive churn.- CHANGELOG entry added — new
## [0.2.0] - 2026-05-31section underAddedreferencing #5 (HID++ writes to directly-attached devices); the breaking semver-checks failures listed in the PR body match that change.
ℹ️ CHANGELOG compare URL uses openlogi-hid tag in the root changelog
The new ## [0.2.0] entry in the root CHANGELOG.md links its compare range as openlogi-hid-v0.1.4...openlogi-hid-v0.2.0 rather than a root-crate tag. This is a release-plz template quirk that surfaces because of unified version_group versioning — not introduced by this PR and not actionable here.
Worth tracking if the root crate ever needs its own changelog header URL to point at the v{version} tag the workflow actually creates.
Technical details
# CHANGELOG compare URL uses `openlogi-hid` tag in the root changelog
## Affected sites
- `CHANGELOG.md:10` — `## [0.2.0](https://github.com/AprilNEA/OpenLogi/compare/openlogi-hid-v0.1.4...openlogi-hid-v0.2.0) - 2026-05-31`
## Required outcome
- None for this PR. Long-term: the root crate (`openlogi`) tags as `v{version}` per `release-plz.toml`, so a future cleanup could teach release-plz to use that tag pattern in compare links for the root changelog.
## Open questions for the human
- Is this worth a follow-up issue, or accepted as a known release-plz limitation under `version_group`?Claude Opus | 𝕏
85ae46f to
51ee152
Compare

🤖 New release
openlogi-core: 0.1.4 -> 0.2.0openlogi-hid: 0.1.4 -> 0.2.0 (⚠ API breaking changes)openlogi-assets: 0.1.4 -> 0.2.0openlogi-cli: 0.1.4 -> 0.2.0 (✓ API compatible changes)openlogi-hook: 0.1.4 -> 0.2.0openlogi: 0.1.4 -> 0.2.0⚠
openlogi-hidbreaking changesChangelog
openlogi-coreopenlogi-hidopenlogi-assetsopenlogi-cliopenlogi-hookopenlogiThis PR was generated with release-plz.