Skip to content

chore: release v0.2.0#70

Merged
buffrr merged 1 commit intomainfrom
release-plz-2026-04-24T02-27-23Z
Apr 24, 2026
Merged

chore: release v0.2.0#70
buffrr merged 1 commit intomainfrom
release-plz-2026-04-24T02-27-23Z

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

🤖 New release

  • fabric-resolver: 0.1.4 -> 0.2.0 (⚠ API breaking changes)

fabric-resolver breaking changes

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It 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.46.0/src/lints/inherent_method_missing.ron

Failed in:
  Fabric::badge_for, previously in file /tmp/.tmprdv9SF/fabric-resolver/rust/src/client.rs:237

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

Failed in:
  struct fabric::client::Resolved, previously in file /tmp/.tmprdv9SF/fabric-resolver/rust/src/client.rs:154
  struct fabric::client::ResolvedBatch, previously in file /tmp/.tmprdv9SF/fabric-resolver/rust/src/client.rs:147
Changelog

0.2.0

  • 2026-04-24

Features

  • [breaking] Return Zone directly from resolve, drop Resolved/ResolvedBatch
  • Badge fix, ResolvedBatch.get(), and state persistence


This PR was generated with release-plz.

@buffrr buffrr merged commit c0082ac into main Apr 24, 2026
3 checks passed
@buffrr buffrr deleted the release-plz-2026-04-24T02-27-23Z branch April 24, 2026 02:28
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