chore: release v0.6.14#261
Conversation
Greptile SummaryThis is an automated release PR bumping all workspace crates from v0.6.13 to v0.6.14, generated by release-plz. The changes include a CHANGELOG entry, an updated
Confidence Score: 5/5Safe to merge — all changes are mechanical version string updates with no logic modifications. Every change in this PR is a version bump from 0.6.13 to 0.6.14 across Cargo.toml, Cargo.lock, and the changelog. No source logic was touched; the lock file correctly reflects the workspace-wide version propagation including crates not listed in the changed files (agent, gui, xtask). No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
WS["workspace.package.version\n0.6.13 → 0.6.14"]
WS --> CORE["openlogi-core\n0.6.14"]
WS --> HIDPP["openlogi-hidpp\n0.6.14"]
WS --> INJECT["openlogi-inject\n0.6.14"]
WS --> ASSETS["openlogi-assets\n0.6.14"]
CORE --> HID["openlogi-hid\n0.6.14"]
CORE --> HOOK["openlogi-hook\n0.6.14"]
INJECT --> HOOK
CORE --> CLI["openlogi-cli\n0.6.14"]
HID --> CLI
ASSETS --> CLI
HIDPP --> HID
CLI --> ROOT["openlogi (root)\n0.6.14"]
Reviews (2): Last reviewed commit: "chore: release v0.6.14" | Re-trigger Greptile |
|
|
||
| ## [Unreleased] | ||
|
|
||
| ## [0.6.13](https://github.com/AprilNEA/OpenLogi/compare/openlogi-hidpp-v0.6.12...openlogi-hidpp-v0.6.13) - 2026-06-15 |
There was a problem hiding this comment.
The comparison URL for the 0.6.13 entry links to
openlogi-hidpp tags rather than the root openlogi package tags. Readers clicking this link will see only the hidpp crate diff, not the full workspace release diff. This appears to be a release-plz generation artifact where the wrong tag prefix was used for the root package entry.
| ## [0.6.13](https://github.com/AprilNEA/OpenLogi/compare/openlogi-hidpp-v0.6.12...openlogi-hidpp-v0.6.13) - 2026-06-15 | |
| ## [0.6.13](https://github.com/AprilNEA/OpenLogi/compare/openlogi-v0.6.12...openlogi-v0.6.13) - 2026-06-15 |
d06c80d to
5fefa00
Compare
5fefa00 to
9fea671
Compare
🤖 New release
openlogi-core: 0.6.13 -> 0.6.14openlogi-inject: 0.6.13 -> 0.6.14openlogi-hidpp: 0.6.13 -> 0.6.14openlogi-hid: 0.6.13 -> 0.6.14openlogi-assets: 0.6.13 -> 0.6.14openlogi-cli: 0.6.13 -> 0.6.14openlogi-hook: 0.6.13 -> 0.6.14openlogi: 0.6.13 -> 0.6.14Changelog
openlogi-coreopenlogi-injectopenlogi-hidppopenlogi-hidopenlogi-assetsopenlogi-cliopenlogi-hookopenlogiThis PR was generated with release-plz.