Skip to content

chore: release v0.6.13#259

Merged
AprilNEA merged 1 commit into
masterfrom
release-plz/2026-06-15T03-09-41Z
Jun 15, 2026
Merged

chore: release v0.6.13#259
AprilNEA merged 1 commit into
masterfrom
release-plz/2026-06-15T03-09-41Z

Conversation

@aprilnea

@aprilnea aprilnea Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • openlogi-core: 0.6.12 -> 0.6.13
  • openlogi-hidpp: 0.6.12 -> 0.6.13
  • openlogi-hid: 0.6.12 -> 0.6.13
  • openlogi-assets: 0.6.12 -> 0.6.13
  • openlogi-cli: 0.6.12 -> 0.6.13
  • openlogi-hook: 0.6.12 -> 0.6.13
  • openlogi: 0.6.12 -> 0.6.13
Changelog

openlogi-core

0.6.12 - 2026-06-13

Fixed

  • (gui) keep asleep devices and their panels in the device list
  • (agent) persist DPI/SmartShift per device and reapply volatile settings on reconnect

openlogi-hidpp

0.6.13 - 2026-06-15

Other

  • (hidpp) address review — multi-impl macro arm + 4-bit function guard
  • (hidpp) fold per-feature request framing into FeatureEndpoint
  • (hidpp) express the feature registry as a data macro

openlogi-hid

0.6.13 - 2026-06-15

Other

  • (hidpp) address review — multi-impl macro arm + 4-bit function guard
  • (hidpp) fold per-feature request framing into FeatureEndpoint
  • (hidpp) express the feature registry as a data macro

openlogi-assets

0.6.13 - 2026-06-15

Other

  • (hidpp) address review — multi-impl macro arm + 4-bit function guard
  • (hidpp) fold per-feature request framing into FeatureEndpoint
  • (hidpp) express the feature registry as a data macro

openlogi-cli

0.6.13 - 2026-06-15

Other

  • (hidpp) address review — multi-impl macro arm + 4-bit function guard
  • (hidpp) fold per-feature request framing into FeatureEndpoint
  • (hidpp) express the feature registry as a data macro

openlogi-hook

0.6.13 - 2026-06-15

Other

  • (hidpp) address review — multi-impl macro arm + 4-bit function guard
  • (hidpp) fold per-feature request framing into FeatureEndpoint
  • (hidpp) express the feature registry as a data macro

openlogi

0.6.13 - 2026-06-15

Other

  • (hidpp) address review — multi-impl macro arm + 4-bit function guard
  • (hidpp) fold per-feature request framing into FeatureEndpoint
  • (hidpp) express the feature registry as a data macro


This PR was generated with release-plz.

@aprilnea aprilnea Bot force-pushed the release-plz/2026-06-15T03-09-41Z branch 2 times, most recently from fff70cf to 61ff11c Compare June 15, 2026 03:12
@greptile-apps

greptile-apps Bot commented Jun 15, 2026

Copy link
Copy Markdown

Greptile Summary

Automated release-plz PR bumping all workspace crates from 0.6.12 to 0.6.13. The only functional changes landed in a prior commit (the hidpp macro/framing refactor); this PR is purely mechanical version bookkeeping.

  • Workspace version in Cargo.toml and all explicit inter-crate dependency constraints are consistently updated to 0.6.13; the regenerated Cargo.lock confirms every workspace member (including openlogi-agent, openlogi-gui, and xtask) picked up the new version.
  • CHANGELOG.md gains a 0.6.13 entry; the compare URL anchors to openlogi-hidpp tags rather than a workspace-level tag — this is cosmetic and consistent with how release-plz generated previous entries.

Confidence Score: 5/5

This is a purely mechanical version bump generated by release-plz with no logic changes; all workspace crates are consistently updated and the lockfile agrees.

Every change is a version string update — workspace manifest, inter-crate dependency constraints, and the regenerated lockfile all align on 0.6.13. No source logic is touched.

No files require special attention.

Important Files Changed

Filename Overview
CHANGELOG.md Prepends a 0.6.13 entry listing the three hidpp refactor commits; changelog compare URL points to hidpp-specific tags rather than a workspace-level tag
Cargo.toml Bumps workspace.package.version and the openlogi-cli / openlogi-hidpp dependency constraints to 0.6.13
Cargo.lock Regenerated lockfile; all openlogi-* workspace crates (including agent, agent-core, gui, xtask) consistently bumped to 0.6.13
crates/openlogi-cli/Cargo.toml Updates openlogi-core, openlogi-hid, and openlogi-assets version constraints to 0.6.13
crates/openlogi-hid/Cargo.toml Updates openlogi-core version constraint to 0.6.13
crates/openlogi-hook/Cargo.toml Updates openlogi-core version constraint to 0.6.13

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    WS["workspace.package.version\n0.6.12 → 0.6.13"]
    WS --> HIDPP["openlogi-hidpp\n0.6.13"]
    WS --> CORE["openlogi-core\n0.6.13"]
    WS --> HID["openlogi-hid\n0.6.13"]
    WS --> ASSETS["openlogi-assets\n0.6.13"]
    WS --> HOOK["openlogi-hook\n0.6.13"]
    WS --> CLI["openlogi-cli\n0.6.13"]
    WS --> AGENT["openlogi-agent\n0.6.13"]
    WS --> GUI["openlogi-gui\n0.6.13"]
    WS --> ROOT["openlogi\n0.6.13"]
    CORE --> HID
    CORE --> HOOK
    HIDPP --> HID
    CORE --> CLI
    HID --> CLI
    ASSETS --> CLI
    CLI --> ROOT
Loading

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

@aprilnea aprilnea Bot force-pushed the release-plz/2026-06-15T03-09-41Z branch from 61ff11c to d8e894d Compare June 15, 2026 03:28
@aprilnea aprilnea Bot force-pushed the release-plz/2026-06-15T03-09-41Z branch from d8e894d to 3360072 Compare June 15, 2026 03:30
@AprilNEA AprilNEA merged commit 00142d1 into master Jun 15, 2026
8 checks passed
@AprilNEA AprilNEA deleted the release-plz/2026-06-15T03-09-41Z branch June 15, 2026 03:33
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