Skip to content

chore: release v0.6.18#324

Merged
AprilNEA merged 1 commit into
masterfrom
release-plz/2026-06-27T08-57-08Z
Jun 29, 2026
Merged

chore: release v0.6.18#324
AprilNEA merged 1 commit into
masterfrom
release-plz/2026-06-27T08-57-08Z

Conversation

@aprilnea

@aprilnea aprilnea Bot commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • openlogi-core: 0.6.17 -> 0.6.18
  • openlogi-inject: 0.6.17 -> 0.6.18
  • openlogi-hidpp: 0.6.17 -> 0.6.18
  • openlogi-hid: 0.6.17 -> 0.6.18
  • openlogi-assets: 0.6.17 -> 0.6.18
  • openlogi-cli: 0.6.17 -> 0.6.18
  • openlogi-hook: 0.6.17 -> 0.6.18
  • openlogi: 0.6.17 -> 0.6.18
Changelog

openlogi-core

0.6.18 - 2026-06-29

Added

  • (hidpp) add typed reprog controls support

Other

  • Clarify MX Master 4 gesture control semantics (#325)

openlogi-inject

0.6.18 - 2026-06-29

Added

  • (hidpp) add typed reprog controls support

Other

  • Clarify MX Master 4 gesture control semantics (#325)

openlogi-hidpp

0.6.18 - 2026-06-29

Added

  • (hidpp) add typed reprog controls support

Other

  • Clarify MX Master 4 gesture control semantics (#325)

openlogi-hid

0.6.18 - 2026-06-29

Added

  • (hidpp) add typed reprog controls support

Other

  • Clarify MX Master 4 gesture control semantics (#325)

openlogi-assets

0.6.18 - 2026-06-29

Added

  • (hidpp) add typed reprog controls support

Other

  • Clarify MX Master 4 gesture control semantics (#325)

openlogi-cli

0.6.18 - 2026-06-29

Added

  • (hidpp) add typed reprog controls support

Other

  • Clarify MX Master 4 gesture control semantics (#325)

openlogi-hook

0.6.18 - 2026-06-29

Added

  • (hidpp) add typed reprog controls support

Other

  • Clarify MX Master 4 gesture control semantics (#325)

openlogi

0.6.18 - 2026-06-29

Added

  • (hidpp) add typed reprog controls support

Other

  • Clarify MX Master 4 gesture control semantics (#325)


This PR was generated with release-plz.

@greptile-apps

greptile-apps Bot commented Jun 27, 2026

Copy link
Copy Markdown

Greptile Summary

Automated version bump from 0.6.17 to 0.6.18 across all workspace crates, generated by release-plz. The sole functional change included is typed reprog controls support in openlogi-hidpp (landed via a prior PR).

  • Cargo.toml / Cargo.lock: Workspace version incremented to 0.6.18; all crates that use version.workspace = true (including openlogi-agent, openlogi-gui, xtask) are consistently reflected in the lock file.
  • Crate Cargo.toml files (cli, hid, hook, inject): Internal path-dependency version constraints bumped from 0.6.17 to 0.6.18 to match the new release.
  • CHANGELOG.md: New 0.6.18 entry added under [Unreleased] with the two changes from the milestone.

Confidence Score: 5/5

Safe to merge — all changes are mechanical version string updates with no logic modifications.

Every changed line is a version string increment from 0.6.17 to 0.6.18. The workspace version, all internal path-dependency constraints, the lock file, and the changelog are mutually consistent. No source code, build logic, or runtime behavior was altered.

No files require special attention.

Important Files Changed

Filename Overview
Cargo.toml Workspace version and explicit dependency version constraints uniformly bumped from 0.6.17 to 0.6.18; no logic changes.
Cargo.lock All workspace members (including agent, gui, xtask) reflect the new 0.6.18 version; lock file is consistent with Cargo.toml.
CHANGELOG.md 0.6.18 entry correctly inserted between [Unreleased] and 0.6.17 with the two milestone changes documented.
crates/openlogi-cli/Cargo.toml All three internal path-dependency version pins (core, hid, assets) bumped to 0.6.18.
crates/openlogi-hid/Cargo.toml openlogi-core dependency version pin bumped to 0.6.18.
crates/openlogi-hook/Cargo.toml openlogi-core and openlogi-inject dependency version pins bumped to 0.6.18.
crates/openlogi-inject/Cargo.toml openlogi-core dependency version pin bumped to 0.6.18.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    WP["[workspace.package]\nversion = 0.6.18"]
    WP --> core["openlogi-core\n0.6.18"]
    WP --> hidpp["openlogi-hidpp\n0.6.18"]
    WP --> assets["openlogi-assets\n0.6.18"]
    WP --> agent["openlogi-agent\n0.6.18"]
    WP --> agentcore["openlogi-agent-core\n0.6.18"]
    WP --> gui["openlogi-gui\n0.6.18"]
    WP --> xtask["xtask\n0.6.18"]

    core --> inject["openlogi-inject\n0.6.18"]
    core --> hid["openlogi-hid\n0.6.18"]
    core --> hook["openlogi-hook\n0.6.18"]
    core --> cli["openlogi-cli\n0.6.18"]

    inject --> hook
    hidpp --> hid
    assets --> cli
    hid --> cli

    cli --> root["openlogi\n0.6.18"]
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
    WP["[workspace.package]\nversion = 0.6.18"]
    WP --> core["openlogi-core\n0.6.18"]
    WP --> hidpp["openlogi-hidpp\n0.6.18"]
    WP --> assets["openlogi-assets\n0.6.18"]
    WP --> agent["openlogi-agent\n0.6.18"]
    WP --> agentcore["openlogi-agent-core\n0.6.18"]
    WP --> gui["openlogi-gui\n0.6.18"]
    WP --> xtask["xtask\n0.6.18"]

    core --> inject["openlogi-inject\n0.6.18"]
    core --> hid["openlogi-hid\n0.6.18"]
    core --> hook["openlogi-hook\n0.6.18"]
    core --> cli["openlogi-cli\n0.6.18"]

    inject --> hook
    hidpp --> hid
    assets --> cli
    hid --> cli

    cli --> root["openlogi\n0.6.18"]
Loading

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

@aprilnea aprilnea Bot force-pushed the release-plz/2026-06-27T08-57-08Z branch 4 times, most recently from aea439b to 0d53e94 Compare June 27, 2026 17:14
@aprilnea aprilnea Bot force-pushed the release-plz/2026-06-27T08-57-08Z branch from 0d53e94 to 3e81a41 Compare June 29, 2026 06:38
@AprilNEA AprilNEA merged commit 153dee7 into master Jun 29, 2026
9 checks passed
@AprilNEA AprilNEA deleted the release-plz/2026-06-27T08-57-08Z branch June 29, 2026 08:12
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