Skip to content

chore: release v0.4.0#75

Merged
AprilNEA merged 1 commit into
masterfrom
release-plz-2026-06-02T07-13-29Z
Jun 2, 2026
Merged

chore: release v0.4.0#75
AprilNEA merged 1 commit into
masterfrom
release-plz-2026-06-02T07-13-29Z

Conversation

@aprilnea
Copy link
Copy Markdown
Contributor

@aprilnea aprilnea Bot commented Jun 2, 2026

🤖 New release

  • openlogi-core: 0.3.4 -> 0.4.0 (✓ API compatible changes)
  • openlogi-hidpp: 0.3.4 -> 0.4.0 (✓ API compatible changes)
  • openlogi-hid: 0.3.4 -> 0.4.0 (⚠ API breaking changes)
  • openlogi-assets: 0.3.4 -> 0.4.0 (⚠ API breaking changes)
  • openlogi-cli: 0.3.4 -> 0.4.0 (✓ API compatible changes)
  • openlogi-hook: 0.3.4 -> 0.4.0
  • openlogi: 0.3.4 -> 0.4.0

openlogi-hid breaking changes

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.47.0/src/lints/enum_variant_added.ron

Failed in:
  variant WriteError:EmptyDpiList in /tmp/.tmpgKmIIn/OpenLogi/crates/openlogi-hid/src/write.rs:36
  variant WriteError:EmptyDpiList in /tmp/.tmpgKmIIn/OpenLogi/crates/openlogi-hid/src/write.rs:36

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.47.0/src/lints/module_missing.ron

Failed in:
  mod openlogi_hid::adjustable_dpi, previously in file /tmp/.tmp6Zrv0B/openlogi-hid/src/adjustable_dpi.rs:1

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.47.0/src/lints/struct_missing.ron

Failed in:
  struct openlogi_hid::adjustable_dpi::AdjustableDpiFeatureV0, previously in file /tmp/.tmp6Zrv0B/openlogi-hid/src/adjustable_dpi.rs:22

openlogi-assets breaking changes

--- failure pub_module_level_const_missing: pub module-level const is missing ---

Description:
A public const is missing or renamed
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.47.0/src/lints/pub_module_level_const_missing.ron

Failed in:
  CORE_FILES in file /tmp/.tmp6Zrv0B/openlogi-assets/src/index.rs:65
  CORE_FILES in file /tmp/.tmp6Zrv0B/openlogi-assets/src/index.rs:65
Changelog

openlogi-core

0.4.0 - 2026-06-02

Added

  • (i18n) add zh-TW (Traditional Chinese, Taiwan) locale (#57)

openlogi-hidpp

0.4.0 - 2026-06-02

Added

  • (i18n) add zh-TW (Traditional Chinese, Taiwan) locale (#57)

openlogi-hid

0.4.0 - 2026-06-02

Added

  • (i18n) add zh-TW (Traditional Chinese, Taiwan) locale (#57)

openlogi-assets

0.4.0 - 2026-06-02

Added

  • (i18n) add zh-TW (Traditional Chinese, Taiwan) locale (#57)

openlogi-cli

0.4.0 - 2026-06-02

Added

  • (i18n) add zh-TW (Traditional Chinese, Taiwan) locale (#57)

openlogi-hook

0.4.0 - 2026-06-02

Added

  • (i18n) add zh-TW (Traditional Chinese, Taiwan) locale (#57)

openlogi

0.4.0 - 2026-06-02

Added

  • (i18n) add zh-TW (Traditional Chinese, Taiwan) locale (#57)


This PR was generated with release-plz.

Copy link
Copy Markdown

@pullfrog pullfrog Bot left a comment

Choose a reason for hiding this comment

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

✅ No new issues found.

Reviewed changes — release-plz auto-generated PR bumping all workspace crates from 0.3.4 to 0.3.5, reflecting the zh-TW locale addition (PR #57). Purely mechanical version bumps across 6 files: CHANGELOG.md, Cargo.lock, and path-dependency version constraints in Cargo.toml files.

  • Workspace version bump[workspace.package].version → 0.3.5, inherited by all 8 member crates via version.workspace = true
  • Intra-workspace dependency updates — all explicit version = "0.3.5" constraints in path deps updated consistently (root Cargo.toml, openlogi-cli, openlogi-hid, openlogi-hook)
  • Cargo.lock regenerated — all 8 crate entries bumped from 0.3.4 to 0.3.5
  • CHANGELOG entry — accurately documents the single change (zh-TW locale, PR #57)

Pullfrog  | View workflow run | Using Big Pickle (free) (credentials for Anthropic not configured) | 𝕏

@aprilnea aprilnea Bot changed the title chore: release v0.3.5 chore: release v0.4.0 Jun 2, 2026
@aprilnea aprilnea Bot force-pushed the release-plz-2026-06-02T07-13-29Z branch from 8e7803a to df91715 Compare June 2, 2026 09:13
Copy link
Copy Markdown

@pullfrog pullfrog Bot left a comment

Choose a reason for hiding this comment

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

✅ No new issues found.

Reviewed changes — force-pushed release-plz commit changing the target version from the previously-planned 0.3.5 to 0.4.0, reflecting a cargo-semver-checks detection of API breaking changes in openlogi-assets (removed CORE_FILES pub const). The prior Pullfrog review (at 8e7803a) is no longer on this branch; the diff was re-reviewed from scratch.

  • Version target changed to 0.4.0[workspace.package].version bumped to 0.4.0 across all 8 workspace members, all explicit path-dependency version constraints updated to match, Cargo.lock entries regenerated consistently
  • CHANGELOG updated — accurately documents the zh-TW locale change at version 0.4.0

ℹ️ Nitpicks

  • Stale commit message — the single commit reads "chore: release v0.3.5" but the diff bumps all crates from 0.3.4 → 0.4.0. The PR title and body are correct, so the impact is cosmetic, but the mismatch may cause confusion in git history.

Pullfrog  | View workflow run | Using Big Pickle (free) (credentials for Anthropic not configured) | 𝕏

@aprilnea aprilnea Bot force-pushed the release-plz-2026-06-02T07-13-29Z branch 3 times, most recently from c49aff7 to 576da93 Compare June 2, 2026 14:58
@pullfrog
Copy link
Copy Markdown

pullfrog Bot commented Jun 2, 2026

Pullfrog stalled

The agent stopped emitting events for 301s and was killed by the activity-timeout watchdog. 3287 events were processed before the failure.

Recent agent stderr
Performing one time database migration, may take a few minutes...
sqlite-migration:done
Database migration complete.

Pullfrog  | Rerun failed job ➔View workflow run | via Pullfrog | Using Big Pickle (free) (credentials for Anthropic not configured) | 𝕏

@aprilnea aprilnea Bot force-pushed the release-plz-2026-06-02T07-13-29Z branch from 576da93 to d58a0a4 Compare June 2, 2026 15:06
@AprilNEA AprilNEA merged commit 8a10565 into master Jun 2, 2026
7 checks passed
@AprilNEA AprilNEA deleted the release-plz-2026-06-02T07-13-29Z branch June 2, 2026 15:31
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