Skip to content

chore: release v0.6.19#332

Merged
AprilNEA merged 1 commit into
masterfrom
release-plz/2026-06-29T08-14-51Z
Jul 5, 2026
Merged

chore: release v0.6.19#332
AprilNEA merged 1 commit into
masterfrom
release-plz/2026-06-29T08-14-51Z

Conversation

@aprilnea

@aprilnea aprilnea Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

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

openlogi-core

0.6.19 - 2026-07-04

Added

  • (windows) notification-area tray icon for the agent (#347)
  • (windows) bundle and package the background agent (#347)

openlogi-inject

0.6.19 - 2026-07-04

Added

  • (windows) notification-area tray icon for the agent (#347)
  • (windows) bundle and package the background agent (#347)

openlogi-hidpp

0.6.19 - 2026-07-04

Added

  • (windows) notification-area tray icon for the agent (#347)
  • (windows) bundle and package the background agent (#347)

openlogi-hid

0.6.19 - 2026-07-04

Added

  • (windows) notification-area tray icon for the agent (#347)
  • (windows) bundle and package the background agent (#347)

openlogi-assets

0.6.19 - 2026-07-04

Added

  • (windows) notification-area tray icon for the agent (#347)
  • (windows) bundle and package the background agent (#347)

openlogi-cli

0.6.19 - 2026-07-04

Added

  • (windows) notification-area tray icon for the agent (#347)
  • (windows) bundle and package the background agent (#347)

openlogi-hook

0.6.19 - 2026-07-04

Added

  • (windows) notification-area tray icon for the agent (#347)
  • (windows) bundle and package the background agent (#347)

openlogi

0.6.19 - 2026-07-04

Added

  • (windows) notification-area tray icon for the agent (#347)
  • (windows) bundle and package the background agent (#347)


This PR was generated with release-plz.

@greptile-apps

greptile-apps Bot commented Jun 29, 2026

Copy link
Copy Markdown

Greptile Summary

Automated release PR generated by release-plz, bumping all workspace crates from 0.6.18 to 0.6.19. No logic changes are included — this PR only updates version strings and the lock file.

  • [workspace.package] version in the root Cargo.toml advances to 0.6.19, which cascades to all crates that inherit it via version.workspace = true; crates with explicit intra-workspace dependency version constraints (openlogi-cli, openlogi-hid, openlogi-hook, openlogi-inject) are updated individually to match.
  • CHANGELOG.md gains a new entry documenting the two Windows-specific additions (tray icon and agent bundling from PR Windows: bundle and validate the background agent so the Windows build actually works (tracking) #347) that motivated this patch release.

Confidence Score: 5/5

This PR is safe to merge — it is a purely mechanical version bump with no logic, algorithm, or dependency changes.

All changes are version string updates (0.6.18 → 0.6.19) across the workspace manifest, four crate manifests, the lock file, and the changelog. The lock file confirms no external dependencies were added or upgraded. The intra-workspace version constraints are consistent across every crate that references a sibling.

No files require special attention.

Important Files Changed

Filename Overview
Cargo.toml Root workspace manifest: workspace version and two explicit dependency version constraints bumped from 0.6.18 to 0.6.19; no other changes.
Cargo.lock Lock file regenerated to reflect the version bump across all 11 workspace packages; no external dependency changes.
CHANGELOG.md New 0.6.19 section added with two Windows-specific changelog entries referencing PR #347.
crates/openlogi-cli/Cargo.toml Intra-workspace dependency version constraints for openlogi-core, openlogi-hid, and openlogi-assets updated to 0.6.19.
crates/openlogi-hid/Cargo.toml openlogi-core dependency constraint bumped to 0.6.19; no other changes.
crates/openlogi-hook/Cargo.toml openlogi-core and openlogi-inject dependency constraints bumped to 0.6.19.
crates/openlogi-inject/Cargo.toml openlogi-core dependency constraint bumped to 0.6.19; no other changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["[workspace.package]\nversion = 0.6.19\nCargo.toml"] --> B["openlogi-core\n0.6.19"]
    A --> C["openlogi-hidpp\n0.6.19"]
    A --> D["openlogi-assets\n0.6.19"]
    A --> E["openlogi-agent\n0.6.19"]
    A --> F["openlogi-agent-core\n0.6.19"]
    A --> G["openlogi-gui\n0.6.19"]
    A --> H["openlogi-cli\n0.6.19"]
    A --> I["openlogi-hid\n0.6.19"]
    A --> J["openlogi-hook\n0.6.19"]
    A --> K["openlogi-inject\n0.6.19"]
    A --> L["openlogi\n0.6.19"]
    B --> H
    B --> I
    B --> J
    B --> K
    C --> H
    D --> H
    K --> J
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
    A["[workspace.package]\nversion = 0.6.19\nCargo.toml"] --> B["openlogi-core\n0.6.19"]
    A --> C["openlogi-hidpp\n0.6.19"]
    A --> D["openlogi-assets\n0.6.19"]
    A --> E["openlogi-agent\n0.6.19"]
    A --> F["openlogi-agent-core\n0.6.19"]
    A --> G["openlogi-gui\n0.6.19"]
    A --> H["openlogi-cli\n0.6.19"]
    A --> I["openlogi-hid\n0.6.19"]
    A --> J["openlogi-hook\n0.6.19"]
    A --> K["openlogi-inject\n0.6.19"]
    A --> L["openlogi\n0.6.19"]
    B --> H
    B --> I
    B --> J
    B --> K
    C --> H
    D --> H
    K --> J
Loading

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

@aprilnea aprilnea Bot changed the title chore: release v0.6.18 chore: release v0.6.19 Jul 4, 2026
@aprilnea aprilnea Bot force-pushed the release-plz/2026-06-29T08-14-51Z branch from fe5d744 to 9f99883 Compare July 4, 2026 22:13
@AprilNEA AprilNEA merged commit 9b2100a into master Jul 5, 2026
9 checks passed
@AprilNEA AprilNEA deleted the release-plz/2026-06-29T08-14-51Z branch July 5, 2026 22:56
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