Skip to content

chore: release v0.10.0 #158

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 23, 2025
Merged

Conversation

baszalmstra
Copy link
Contributor

@baszalmstra baszalmstra commented Jul 21, 2025

🤖 New release

  • resolvo: 0.9.1 -> 0.10.0 (⚠ API breaking changes)

resolvo 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.41.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field DependencySnapshot.conditions in /tmp/.tmpqEBVcz/resolvo/src/snapshot.rs:122

--- failure trait_method_added: pub trait method added ---

Description:
A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.41.0/src/lints/trait_method_added.ron

Failed in:
  trait method resolvo::Interner::resolve_condition in file /tmp/.tmpqEBVcz/resolvo/src/lib.rs:110
Changelog

0.10.0 - 2025-07-23

Added

  • [breaking] add support for conditional dependencies (#136)

Other

  • (ci) bump MarcoIeni/release-plz-action from 0.5.108 to 0.5.109 (#156)
  • (ci) bump prefix-dev/setup-pixi from 0.8.11 to 0.8.12 (#157)
  • update all dependencies (#154)
  • (ci) bump prefix-dev/setup-pixi from 0.8.10 to 0.8.11 (#155)
  • bump petgrpah version (#153)
  • making graph structs public for external consumption (#152)
  • (ci) bump actions-rust-lang/setup-rust-toolchain (#149)
  • (ci) bump MarcoIeni/release-plz-action from 0.5.107 to 0.5.108 (#150)
  • (ci) bump zgosalvez/github-actions-ensure-sha-pinned-actions (#141)
  • (ci) bump MarcoIeni/release-plz-action from 0.5.105 to 0.5.107 (#142)
  • (ci) bump prefix-dev/setup-pixi from 0.8.8 to 0.8.10 (#144)
  • make ConflictGraph simplify public (#147)
  • add Clone to ConflictGraph (#145)
  • (ci) bump zgosalvez/github-actions-ensure-sha-pinned-actions (#135)
  • (ci) bump actions-rust-lang/setup-rust-toolchain (#134)
  • (ci) bump prefix-dev/setup-pixi from 0.8.7 to 0.8.8 (#130)
  • (ci) bump MarcoIeni/release-plz-action from 0.5.104 to 0.5.105 (#129)


This PR was generated with release-plz.

@baszalmstra baszalmstra force-pushed the release-plz-2025-07-21T12-48-27Z branch from 25ff849 to 2111d90 Compare July 21, 2025 21:03
@baszalmstra baszalmstra changed the title chore: release v0.9.2 chore: release v0.10.0 Jul 23, 2025
@baszalmstra baszalmstra force-pushed the release-plz-2025-07-21T12-48-27Z branch from 2111d90 to b72f9b8 Compare July 23, 2025 09:09
@baszalmstra baszalmstra enabled auto-merge (squash) July 23, 2025 09:10
@baszalmstra baszalmstra merged commit 7925cbe into main Jul 23, 2025
9 checks passed
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