Skip to content

chore: release v0.4.0 - #21

Merged
jondkinney merged 1 commit into
mainfrom
release-plz-2026-06-05T19-53-01Z
Jun 5, 2026
Merged

chore: release v0.4.0#21
jondkinney merged 1 commit into
mainfrom
release-plz-2026-06-05T19-53-01Z

Conversation

@jondkinney

Copy link
Copy Markdown
Owner

🤖 New release

  • hyprcorrect-core: 0.3.0 -> 0.4.0 (⚠ API breaking changes)
  • hyprcorrect-platform: 0.3.0 -> 0.4.0 (⚠ API breaking changes)
  • hyprcorrect-ui: 0.3.0 -> 0.4.0 (✓ API compatible changes)
  • hyprcorrect: 0.3.0 -> 0.4.0

hyprcorrect-core breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.47.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field Behavior.pause_per_char_ms in /tmp/.tmp2LrRAD/hyprcorrect/crates/hyprcorrect-core/src/config.rs:238
  field Behavior.pause_per_char_ms in /tmp/.tmp2LrRAD/hyprcorrect/crates/hyprcorrect-core/src/config.rs:238

hyprcorrect-platform breaking changes

--- failure function_parameter_count_changed: pub fn parameter count changed ---

Description:
A publicly-visible function now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.47.0/src/lints/function_parameter_count_changed.ron

Failed in:
  hyprcorrect_platform::linux::emit::replace_around_caret_with_delay now takes 5 parameters instead of 4, in /tmp/.tmp2LrRAD/hyprcorrect/crates/hyprcorrect-platform/src/linux/emit.rs:101
  hyprcorrect_platform::linux::emit::replace_with_delay now takes 4 parameters instead of 3, in /tmp/.tmp2LrRAD/hyprcorrect/crates/hyprcorrect-platform/src/linux/emit.rs:71
  hyprcorrect_platform::linux::emit::anchored_replace_with_delay now takes 5 parameters instead of 4, in /tmp/.tmp2LrRAD/hyprcorrect/crates/hyprcorrect-platform/src/linux/emit.rs:175
Changelog

hyprcorrect

0.4.0 - 2026-06-05

Added

  • (macos) add macOS platform backend


This PR was generated with release-plz.

@jondkinney
jondkinney merged commit c348fd9 into main Jun 5, 2026
4 checks passed
@jondkinney
jondkinney deleted the release-plz-2026-06-05T19-53-01Z branch June 5, 2026 19:53
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