Skip to content

chore: release v0.6.14#261

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

chore: release v0.6.14#261
AprilNEA merged 1 commit into
masterfrom
release-plz/2026-06-15T03-34-16Z

Conversation

@aprilnea

@aprilnea aprilnea Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • openlogi-core: 0.6.13 -> 0.6.14
  • openlogi-inject: 0.6.13 -> 0.6.14
  • openlogi-hidpp: 0.6.13 -> 0.6.14
  • openlogi-hid: 0.6.13 -> 0.6.14
  • openlogi-assets: 0.6.13 -> 0.6.14
  • openlogi-cli: 0.6.13 -> 0.6.14
  • openlogi-hook: 0.6.13 -> 0.6.14
  • openlogi: 0.6.13 -> 0.6.14
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.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)


This PR was generated with release-plz.

@greptile-apps

greptile-apps Bot commented Jun 15, 2026

Copy link
Copy Markdown

Greptile Summary

This 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 Cargo.lock, and updated version strings in Cargo.toml files across the workspace.

  • Cargo.toml / crates/*/Cargo.toml: Workspace version set to 0.6.14; intra-workspace path dependencies updated to require 0.6.14.
  • Cargo.lock: All workspace packages (including openlogi-agent, openlogi-gui, xtask, etc.) reflect the new version as expected from the shared workspace.package.version.
  • CHANGELOG.md: New 0.6.14 entry documents a HID solid-colour fix and the extraction of the OS input-injection layer into openlogi-inject.

Confidence Score: 5/5

Safe 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

Filename Overview
CHANGELOG.md Added 0.6.14 release entry; comparison URL references openlogi-core crate tags (a known release-plz artifact, same pattern already flagged on the 0.6.13 entry).
Cargo.toml Workspace version bumped to 0.6.14; openlogi-cli and hidpp workspace dependency constraints updated to match.
Cargo.lock All workspace packages bumped from 0.6.13 to 0.6.14 as expected.
crates/openlogi-cli/Cargo.toml openlogi-core, openlogi-hid, and openlogi-assets dependency constraints updated from 0.6.13 to 0.6.14.
crates/openlogi-hid/Cargo.toml openlogi-core dependency constraint updated from 0.6.13 to 0.6.14.
crates/openlogi-hook/Cargo.toml openlogi-core and openlogi-inject dependency constraints updated from 0.6.13 to 0.6.14.
crates/openlogi-inject/Cargo.toml openlogi-core dependency constraint updated from 0.6.13 to 0.6.14.

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"]
Loading

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

Comment thread CHANGELOG.md

## [Unreleased]

## [0.6.13](https://github.com/AprilNEA/OpenLogi/compare/openlogi-hidpp-v0.6.12...openlogi-hidpp-v0.6.13) - 2026-06-15

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 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.

Suggested change
## [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

Fix in Codex Fix in Claude Code

AprilNEA
AprilNEA previously approved these changes Jun 15, 2026
@aprilnea aprilnea Bot changed the title chore: release v0.6.13 chore: release v0.6.14 Jun 15, 2026
@aprilnea aprilnea Bot force-pushed the release-plz/2026-06-15T03-34-16Z branch from d06c80d to 5fefa00 Compare June 15, 2026 03:58
@aprilnea aprilnea Bot force-pushed the release-plz/2026-06-15T03-34-16Z branch from 5fefa00 to 9fea671 Compare June 15, 2026 03:59
@AprilNEA AprilNEA merged commit 4984383 into master Jun 15, 2026
8 checks passed
@AprilNEA AprilNEA deleted the release-plz/2026-06-15T03-34-16Z branch June 15, 2026 04:00
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