Skip to content

chore: release v0.6.21#414

Merged
AprilNEA merged 1 commit into
masterfrom
release-plz/2026-07-18T10-22-02Z
Jul 19, 2026
Merged

chore: release v0.6.21#414
AprilNEA merged 1 commit into
masterfrom
release-plz/2026-07-18T10-22-02Z

Conversation

@aprilnea

@aprilnea aprilnea Bot commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • openlogi-core: 0.6.20 -> 0.6.21
  • openlogi-inject: 0.6.20 -> 0.6.21
  • openlogi-hidpp: 0.6.20 -> 0.6.21
  • openlogi-hid: 0.6.20 -> 0.6.21
  • openlogi-assets: 0.6.20 -> 0.6.21
  • openlogi-cli: 0.6.20 -> 0.6.21
  • openlogi-hook: 0.6.20 -> 0.6.21
  • openlogi: 0.6.20 -> 0.6.21
Changelog

openlogi-core

0.6.21 - 2026-07-19

Added

  • (hid) add native wheel resolution control

Fixed

  • (hid) make one-shot enumerate retry transport-agnostic so Unifying partial drains recover (#287)

Other

  • (core) add hires_wheel to the inventory equality test helper (#417)

openlogi-inject

0.6.21 - 2026-07-19

Added

  • (hid) add native wheel resolution control

Fixed

  • (hid) make one-shot enumerate retry transport-agnostic so Unifying partial drains recover (#287)

Other

  • (core) add hires_wheel to the inventory equality test helper (#417)

openlogi-hidpp

0.6.21 - 2026-07-19

Added

  • (hid) add native wheel resolution control

Fixed

  • (hid) make one-shot enumerate retry transport-agnostic so Unifying partial drains recover (#287)

Other

  • (core) add hires_wheel to the inventory equality test helper (#417)

openlogi-hid

0.6.21 - 2026-07-19

Added

  • (hid) add native wheel resolution control

Fixed

  • (hid) make one-shot enumerate retry transport-agnostic so Unifying partial drains recover (#287)

Other

  • (core) add hires_wheel to the inventory equality test helper (#417)

openlogi-assets

0.6.21 - 2026-07-19

Added

  • (hid) add native wheel resolution control

Fixed

  • (hid) make one-shot enumerate retry transport-agnostic so Unifying partial drains recover (#287)

Other

  • (core) add hires_wheel to the inventory equality test helper (#417)

openlogi-cli

0.6.21 - 2026-07-19

Added

  • (hid) add native wheel resolution control

Fixed

  • (hid) make one-shot enumerate retry transport-agnostic so Unifying partial drains recover (#287)

Other

  • (core) add hires_wheel to the inventory equality test helper (#417)

openlogi-hook

0.6.21 - 2026-07-19

Added

  • (hid) add native wheel resolution control

Fixed

  • (hid) make one-shot enumerate retry transport-agnostic so Unifying partial drains recover (#287)

Other

  • (core) add hires_wheel to the inventory equality test helper (#417)

openlogi

0.6.21 - 2026-07-19

Added

  • (hid) add native wheel resolution control

Fixed

  • (hid) make one-shot enumerate retry transport-agnostic so Unifying partial drains recover (#287)

Other

  • (core) add hires_wheel to the inventory equality test helper (#417)


This PR was generated with release-plz.

@greptile-apps

greptile-apps Bot commented Jul 18, 2026

Copy link
Copy Markdown

Greptile Summary

Automated release PR generated by release-plz bumping all workspace members from 0.6.20 to 0.6.21. The changes are purely mechanical version increments across manifests and the lock file, with a new CHANGELOG entry for the native wheel resolution control feature and the enumerate retry transport fix.

  • Cargo.toml: workspace.package.version set to 0.6.21; path-pinned dependency references for openlogi-cli and openlogi-hidpp updated to match.
  • Crate manifests (openlogi-cli, openlogi-hid, openlogi-hook, openlogi-inject): internal openlogi-* path-dependency version pins advanced to 0.6.21; crates that carry no internal deps (openlogi-core, openlogi-hidpp, openlogi-assets) required no manifest changes beyond the workspace-inherited version.
  • Cargo.lock: all 12 workspace members resolved at 0.6.21; no third-party dependency changes.

Confidence Score: 5/5

Safe to merge — purely a version-bump release PR with no logic changes.

All changes are mechanical version increments across Cargo manifests and the lock file. No source code, build logic, or runtime behaviour is modified. The Cargo.lock confirms every workspace member resolves at 0.6.21 and no third-party dependencies were touched.

No files require special attention.

Important Files Changed

Filename Overview
Cargo.toml Workspace version bumped from 0.6.20 to 0.6.21; internal dependency references for openlogi-cli and openlogi-hidpp updated to match.
Cargo.lock All workspace members bumped to 0.6.21; no third-party dependency changes.
CHANGELOG.md New 0.6.21 entry added with native wheel resolution control feature, enumerate retry transport fix, and hires_wheel test helper.
crates/openlogi-cli/Cargo.toml Internal dependency version pins for openlogi-core, openlogi-hid, and openlogi-assets updated from 0.6.20 to 0.6.21.
crates/openlogi-hid/Cargo.toml Internal dependency version pin for openlogi-core updated from 0.6.20 to 0.6.21.
crates/openlogi-hook/Cargo.toml Internal dependency version pins for openlogi-core and openlogi-inject updated from 0.6.20 to 0.6.21.
crates/openlogi-inject/Cargo.toml Internal dependency version pin for openlogi-core updated from 0.6.20 to 0.6.21.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[workspace.package.version\n0.6.20 → 0.6.21] --> B[Cargo.toml\nroot workspace]
    B --> C[openlogi-cli/Cargo.toml\ndeps: core, hid, assets → 0.6.21]
    B --> D[openlogi-hid/Cargo.toml\ndep: core → 0.6.21]
    B --> E[openlogi-hook/Cargo.toml\ndeps: core, inject → 0.6.21]
    B --> F[openlogi-inject/Cargo.toml\ndep: core → 0.6.21]
    B --> G[Cargo.lock\nall workspace members bumped]
    B --> H[CHANGELOG.md\nnew 0.6.21 entry]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[workspace.package.version\n0.6.20 → 0.6.21] --> B[Cargo.toml\nroot workspace]
    B --> C[openlogi-cli/Cargo.toml\ndeps: core, hid, assets → 0.6.21]
    B --> D[openlogi-hid/Cargo.toml\ndep: core → 0.6.21]
    B --> E[openlogi-hook/Cargo.toml\ndeps: core, inject → 0.6.21]
    B --> F[openlogi-inject/Cargo.toml\ndep: core → 0.6.21]
    B --> G[Cargo.lock\nall workspace members bumped]
    B --> H[CHANGELOG.md\nnew 0.6.21 entry]
Loading

Reviews (12): Last reviewed commit: "chore: release v0.6.21" | Re-trigger Greptile

@aprilnea
aprilnea Bot force-pushed the release-plz/2026-07-18T10-22-02Z branch 10 times, most recently from cb134ec to d7b45f5 Compare July 19, 2026 05:24
@aprilnea
aprilnea Bot force-pushed the release-plz/2026-07-18T10-22-02Z branch from d7b45f5 to 45ad0ea Compare July 19, 2026 06:27
@AprilNEA
AprilNEA merged commit bbb1c58 into master Jul 19, 2026
21 checks passed
@AprilNEA
AprilNEA deleted the release-plz/2026-07-18T10-22-02Z branch July 19, 2026 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant