Skip to content

chore: release v0.5.0#54

Merged
Isvane merged 2 commits into
mainfrom
release-plz-2026-07-18T04-46-37Z
Jul 18, 2026
Merged

chore: release v0.5.0#54
Isvane merged 2 commits into
mainfrom
release-plz-2026-07-18T04-46-37Z

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • fuzzies: 0.4.3 -> 0.5.0 (⚠ API breaking changes)

fuzzies breaking changes

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum 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.48.0/src/lints/enum_missing.ron

Failed in:
  enum fuzzies::DictionarySource, previously in file /tmp/.tmplqUAbM/fuzzies/src/lib.rs:59

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

Failed in:
  struct fuzzies::FstDfaWrapper, previously in file /tmp/.tmplqUAbM/fuzzies/src/lib.rs:29
Changelog

0.5.0 - 2026-07-18

Added

  • (search) [breaking] refactor batch_search to use builder pattern (#55)

Other

  • update .release-plz.toml
  • update release-plz.toml

Refactored

  • [breaking] encapsulate internal FST types and streamline docstrings


This PR was generated with release-plz.

@github-actions
github-actions Bot force-pushed the release-plz-2026-07-18T04-46-37Z branch 2 times, most recently from 12e852d to a6f6b94 Compare July 18, 2026 13:15
@github-actions
github-actions Bot force-pushed the release-plz-2026-07-18T04-46-37Z branch from a6f6b94 to 7e17e46 Compare July 18, 2026 13:19
@Isvane
Isvane merged commit 3945484 into main Jul 18, 2026
2 checks passed
@Isvane
Isvane deleted the release-plz-2026-07-18T04-46-37Z branch July 18, 2026 13:22
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