Skip to content

chore: release v0.6.22#425

Open
aprilnea[bot] wants to merge 1 commit into
masterfrom
release-plz/2026-07-19T08-35-42Z
Open

chore: release v0.6.22#425
aprilnea[bot] wants to merge 1 commit into
masterfrom
release-plz/2026-07-19T08-35-42Z

Conversation

@aprilnea

@aprilnea aprilnea Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

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

openlogi-core

0.6.22 - 2026-07-19

Added

  • (gui) add asset source selector

Fixed

  • (gui) label the official asset source as OpenLogi

Other

  • (core) describe selected asset source

openlogi-inject

0.6.22 - 2026-07-19

Added

  • (gui) add asset source selector

Fixed

  • (gui) label the official asset source as OpenLogi

Other

  • (core) describe selected asset source

openlogi-hidpp

0.6.22 - 2026-07-19

Added

  • (gui) add asset source selector

Fixed

  • (gui) label the official asset source as OpenLogi

Other

  • (core) describe selected asset source

openlogi-hid

0.6.22 - 2026-07-19

Added

  • (gui) add asset source selector

Fixed

  • (gui) label the official asset source as OpenLogi

Other

  • (core) describe selected asset source

openlogi-assets

0.6.22 - 2026-07-19

Added

  • (gui) add asset source selector

Fixed

  • (gui) label the official asset source as OpenLogi

Other

  • (core) describe selected asset source

openlogi-cli

0.6.22 - 2026-07-19

Added

  • (gui) add asset source selector

Fixed

  • (gui) label the official asset source as OpenLogi

Other

  • (core) describe selected asset source

openlogi-hook

0.6.22 - 2026-07-19

Added

  • (gui) add asset source selector

Fixed

  • (gui) label the official asset source as OpenLogi

Other

  • (core) describe selected asset source

openlogi

0.6.22 - 2026-07-19

Added

  • (gui) add asset source selector

Fixed

  • (gui) label the official asset source as OpenLogi

Other

  • (core) describe selected asset source


This PR was generated with release-plz.

@greptile-apps

greptile-apps Bot commented Jul 19, 2026

Copy link
Copy Markdown

Greptile Summary

Automated release PR generated by release-plz bumping all workspace packages from v0.6.21 to v0.6.22. No logic changes are included — all modifications are version number updates across manifest files and the lockfile.

  • CHANGELOG.md: New v0.6.22 entry documents the GUI asset source selector addition, official source labeling fix, and core description update.
  • Cargo.toml / Cargo.lock: Workspace version and all intra-workspace dependency pins advanced to 0.6.22; lockfile regenerated consistently.
  • Crate manifests (openlogi-cli, openlogi-hid, openlogi-hook, openlogi-inject): Internal dependency version pins updated to match the new workspace version.

Confidence Score: 5/5

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

All changes are mechanical version number increments across manifest files and the auto-generated lockfile. Every intra-workspace dependency pin is updated consistently to 0.6.22, and the lockfile reflects the same versions. There are no code, configuration, or behavioral changes.

No files require special attention.

Important Files Changed

Filename Overview
CHANGELOG.md Adds v0.6.22 changelog entry documenting new GUI asset source selector, label fix, and core description change.
Cargo.toml Bumps workspace version and internal dependency versions from 0.6.21 to 0.6.22.
Cargo.lock Auto-generated lockfile update reflecting all package version bumps to 0.6.22 across the workspace.
crates/openlogi-cli/Cargo.toml Updates internal dependency version pins (openlogi-core, openlogi-hid, openlogi-assets) from 0.6.21 to 0.6.22.
crates/openlogi-hid/Cargo.toml Updates openlogi-core dependency version pin from 0.6.21 to 0.6.22.
crates/openlogi-hook/Cargo.toml Updates openlogi-core and openlogi-inject dependency version pins from 0.6.21 to 0.6.22.
crates/openlogi-inject/Cargo.toml Updates openlogi-core dependency version pin from 0.6.21 to 0.6.22.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    WS["[workspace.package]\nversion = 0.6.22"]
    CORE["openlogi-core\n0.6.22"]
    HIDPP["openlogi-hidpp\n0.6.22"]
    HID["openlogi-hid\n0.6.22"]
    INJECT["openlogi-inject\n0.6.22"]
    HOOK["openlogi-hook\n0.6.22"]
    ASSETS["openlogi-assets\n0.6.22"]
    CLI["openlogi-cli\n0.6.22"]
    ROOT["openlogi\n0.6.22"]

    WS --> CORE
    WS --> HIDPP
    WS --> HID
    WS --> INJECT
    WS --> HOOK
    WS --> ASSETS
    WS --> CLI
    WS --> ROOT

    CORE --> HID
    CORE --> INJECT
    CORE --> HOOK
    CORE --> CLI
    CORE --> ASSETS
    INJECT --> HOOK
    HID --> CLI
    ASSETS --> CLI
    CLI --> ROOT
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
    WS["[workspace.package]\nversion = 0.6.22"]
    CORE["openlogi-core\n0.6.22"]
    HIDPP["openlogi-hidpp\n0.6.22"]
    HID["openlogi-hid\n0.6.22"]
    INJECT["openlogi-inject\n0.6.22"]
    HOOK["openlogi-hook\n0.6.22"]
    ASSETS["openlogi-assets\n0.6.22"]
    CLI["openlogi-cli\n0.6.22"]
    ROOT["openlogi\n0.6.22"]

    WS --> CORE
    WS --> HIDPP
    WS --> HID
    WS --> INJECT
    WS --> HOOK
    WS --> ASSETS
    WS --> CLI
    WS --> ROOT

    CORE --> HID
    CORE --> INJECT
    CORE --> HOOK
    CORE --> CLI
    CORE --> ASSETS
    INJECT --> HOOK
    HID --> CLI
    ASSETS --> CLI
    CLI --> ROOT
Loading

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

@aprilnea aprilnea Bot changed the title chore: release v0.6.21 chore: release v0.6.22 Jul 19, 2026
@aprilnea
aprilnea Bot force-pushed the release-plz/2026-07-19T08-35-42Z branch 2 times, most recently from efa73cd to 2e3c2e8 Compare July 19, 2026 10:14
@aprilnea
aprilnea Bot force-pushed the release-plz/2026-07-19T08-35-42Z branch from 2e3c2e8 to dad7085 Compare July 19, 2026 17:57
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