Skip to content

chore: release v0.6.0 - #25

Open
wolfv wants to merge 1 commit into
mainfrom
release-plz-2026-08-17T08-29-47Z
Open

chore: release v0.6.0#25
wolfv wants to merge 1 commit into
mainfrom
release-plz-2026-08-17T08-29-47Z

Conversation

@wolfv

@wolfv wolfv commented Aug 17, 2026

Copy link
Copy Markdown
Member

🤖 New release

  • flickzeug: 0.5.4 -> 0.6.0 (⚠ API breaking changes)

flickzeug 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.48.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field FuzzyConfig.similarity_threshold in /tmp/.tmpytJT3B/flickzeug/src/apply.rs:166

--- failure enum_changed_kind: pub enum changed kind ---

Description:
A public enum has been replaced by a different kind of item at the same path, which breaks code that relied on the enum's variants and representation.
        ref: https://github.com/obi1kenobi/cargo-semver-checks/issues/302
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/enum_changed_kind.ron

Failed in:
  enum flickzeug::ParsePatchError became struct in /tmp/.tmpytJT3B/flickzeug/src/patch/parse.rs:45

--- 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.48.0/src/lints/enum_variant_added.ron

Failed in:
  variant LineEndHandling:KeepOriginal in /tmp/.tmpytJT3B/flickzeug/src/apply.rs:135
Changelog

0.6.0 - 2026-08-21

Added

  • [breaking] Patch newtype, .rej rejects + directory apply API, located parse errors, git metadata, benchmarks (#27)
  • [breaking] GNU-compatible defaults, standalone CLI tools, and a GNU/git compatibility suite (#24)

Other

  • (deps) update rust crate criterion to 0.8 (#28)
  • (deps) update actions/upload-artifact action to v7 (#26)


This PR was generated with release-plz.

@wolfv wolfv added the release label Aug 17, 2026
@wolfv
wolfv force-pushed the release-plz-2026-08-17T08-29-47Z branch 2 times, most recently from 0562a87 to c52b54a Compare August 21, 2026 11:42
@wolfv
wolfv force-pushed the release-plz-2026-08-17T08-29-47Z branch from c52b54a to 5988489 Compare August 21, 2026 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant