Skip to content

chore: release v0.6.15#273

Open
aprilnea[bot] wants to merge 1 commit into
masterfrom
release-plz/2026-06-16T02-17-58Z
Open

chore: release v0.6.15#273
aprilnea[bot] wants to merge 1 commit into
masterfrom
release-plz/2026-06-16T02-17-58Z

Conversation

@aprilnea

@aprilnea aprilnea Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • openlogi-core: 0.6.14 -> 0.6.15
  • openlogi-inject: 0.6.14 -> 0.6.15
  • openlogi-hidpp: 0.6.14 -> 0.6.15
  • openlogi-hid: 0.6.14 -> 0.6.15
  • openlogi-assets: 0.6.14 -> 0.6.15
  • openlogi-cli: 0.6.14 -> 0.6.15
  • openlogi-hook: 0.6.14 -> 0.6.15
  • openlogi: 0.6.14 -> 0.6.15
Changelog

openlogi-core

0.6.14 - 2026-06-15

Fixed

  • (hid) solid keyboard colour via 0x8070 effect (#205)

Other

  • (core) extract the OS input-injection layer into openlogi-inject (#240)

openlogi-inject

0.6.14 - 2026-06-15

Fixed

  • (hid) solid keyboard colour via 0x8070 effect (#205)

Other

  • (core) extract the OS input-injection layer into openlogi-inject (#240)

openlogi-hidpp

0.6.14 - 2026-06-15

Fixed

  • (hid) solid keyboard colour via 0x8070 effect (#205)

Other

  • (core) extract the OS input-injection layer into openlogi-inject (#240)

openlogi-hid

0.6.14 - 2026-06-15

Fixed

  • (hid) solid keyboard colour via 0x8070 effect (#205)

Other

  • (core) extract the OS input-injection layer into openlogi-inject (#240)

openlogi-assets

0.6.14 - 2026-06-15

Fixed

  • (hid) solid keyboard colour via 0x8070 effect (#205)

Other

  • (core) extract the OS input-injection layer into openlogi-inject (#240)

openlogi-cli

0.6.14 - 2026-06-15

Fixed

  • (hid) solid keyboard colour via 0x8070 effect (#205)

Other

  • (core) extract the OS input-injection layer into openlogi-inject (#240)

openlogi-hook

0.6.14 - 2026-06-15

Fixed

  • (hid) solid keyboard colour via 0x8070 effect (#205)

Other

  • (core) extract the OS input-injection layer into openlogi-inject (#240)

openlogi

0.6.15 - 2026-06-16

Fixed

  • (release) re-register PSGallery before Windows Artifact Signing (#264)


This PR was generated with release-plz.

@greptile-apps

greptile-apps Bot commented Jun 16, 2026

Copy link
Copy Markdown

Greptile Summary

Automated release PR generated by release-plz, bumping all workspace crates from v0.6.14 to v0.6.15. The only substantive fix in this release is a CI workflow correction for Windows artifact signing (re-registering PSGallery).

  • Version bump: workspace.package.version advanced to 0.6.15 in the root Cargo.toml; all intra-workspace dependency version constraints updated consistently across openlogi-cli, openlogi-hid, openlogi-hook, and openlogi-inject.
  • Lock file: Cargo.lock regenerated with all openlogi-* packages (including openlogi-agent, openlogi-agent-core, openlogi-gui, and xtask) reflecting the new version — no external dependency changes.
  • Changelog: Root CHANGELOG.md receives the single v0.6.15 entry; individual crate changelogs are not modified because the sub-crates carry no new code changes in this release.

Confidence Score: 5/5

Fully automated version bump with no code logic changes; safe to merge.

All changes are mechanical version string updates generated by release-plz. The workspace version, intra-workspace dependency constraints, and lock file are all mutually consistent at 0.6.15. No logic, API surfaces, or external dependencies were modified.

No files require special attention.

Important Files Changed

Filename Overview
Cargo.toml Bumps workspace.package.version and two dependency version constraints from 0.6.14 to 0.6.15
Cargo.lock Lock file regenerated; all openlogi-* and xtask packages updated from 0.6.14 to 0.6.15, no external dependency changes
CHANGELOG.md Adds v0.6.15 release entry with one fix (PSGallery re-registration before Windows Artifact Signing)
crates/openlogi-cli/Cargo.toml Updates three internal dependency version constraints to 0.6.15
crates/openlogi-hid/Cargo.toml Updates openlogi-core dependency constraint to 0.6.15
crates/openlogi-hook/Cargo.toml Updates openlogi-core and openlogi-inject dependency constraints to 0.6.15
crates/openlogi-inject/Cargo.toml Updates openlogi-core dependency constraint to 0.6.15

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    WP["workspace.package.version\n0.6.14 → 0.6.15\n(Cargo.toml)"]

    WP --> CORE["openlogi-core\n0.6.15"]
    WP --> HIDPP["openlogi-hidpp\n0.6.15"]
    WP --> ASSETS["openlogi-assets\n0.6.15"]
    WP --> INJECT["openlogi-inject\n0.6.15"]

    CORE --> HID["openlogi-hid\n0.6.15"]
    CORE --> HOOK["openlogi-hook\n0.6.15"]
    CORE --> CLI["openlogi-cli\n0.6.15"]
    INJECT --> HOOK
    HID --> CLI
    ASSETS --> CLI
    HIDPP --> HID

    CLI --> ROOT["openlogi (root)\n0.6.15"]
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.version\n0.6.14 → 0.6.15\n(Cargo.toml)"]

    WP --> CORE["openlogi-core\n0.6.15"]
    WP --> HIDPP["openlogi-hidpp\n0.6.15"]
    WP --> ASSETS["openlogi-assets\n0.6.15"]
    WP --> INJECT["openlogi-inject\n0.6.15"]

    CORE --> HID["openlogi-hid\n0.6.15"]
    CORE --> HOOK["openlogi-hook\n0.6.15"]
    CORE --> CLI["openlogi-cli\n0.6.15"]
    INJECT --> HOOK
    HID --> CLI
    ASSETS --> CLI
    HIDPP --> HID

    CLI --> ROOT["openlogi (root)\n0.6.15"]
Loading

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

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.

0 participants