Skip to content

chore: release v0.22.0#76

Open
github-actions[bot] wants to merge 1 commit intomasterfrom
release-plz-2025-02-20T11-32-41Z
Open

chore: release v0.22.0#76
github-actions[bot] wants to merge 1 commit intomasterfrom
release-plz-2025-02-20T11-32-41Z

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Feb 20, 2025

🤖 New release

  • salsa-macro-rules: 0.21.1 -> 0.22.0 (⚠ API breaking changes)
  • salsa-macros: 0.21.1 -> 0.22.0
  • salsa: 0.21.1 -> 0.22.0 (⚠ API breaking changes)

salsa-macro-rules breaking changes

--- failure declarative_macro_missing: macro_rules declaration removed or renamed ---

Description:
A `macro_rules!` declarative macro cannot be invoked by its prior name. The macro may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/reference/macros-by-example.html#path-based-scope
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.41.0/src/lints/declarative_macro_missing.ron

Failed in:
  macro maybe_cloned_ty, previously in file /tmp/.tmpa29IXm/salsa-macro-rules/src/maybe_clone.rs:24
  macro maybe_clone, previously in file /tmp/.tmpa29IXm/salsa-macro-rules/src/maybe_clone.rs:5

salsa breaking changes

--- failure trait_method_missing: pub trait method removed or renamed ---

Description:
A trait method is no longer callable, and may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#major-any-change-to-trait-item-signatures
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.41.0/src/lints/trait_method_missing.ron

Failed in:
  method salsa_event of trait Database, previously in file /tmp/.tmpa29IXm/salsa/src/database.rs:17
  method salsa_event of trait Database, previously in file /tmp/.tmpa29IXm/salsa/src/database.rs:17
Changelog

salsa-macro-rules

0.22.0 - 2025-05-20

Other

  • Remove default PartialOrd and Ord derives for salsa-structs (#868)
  • Fix returns(deref | as_ref | as_deref) in tracked methods (#857)
  • Changed return_ref syntax to returns(as_ref) and returns(cloned) (#772)
  • Move salsa event system into Zalsa (#849)
  • Add loom support (#842)
  • Clean up some unsafety (#830)

salsa-macros

0.22.0 - 2025-05-20

Other

  • Implement an !Update bound escape hatch for tracked fn (#867)
  • Fix returns(deref | as_ref | as_deref) in tracked methods (#857)
  • Changed return_ref syntax to returns(as_ref) and returns(cloned) (#772)
  • Move salsa event system into Zalsa (#849)

salsa

0.22.0 - 2025-05-20

Fixed

  • fix memo table growth condition (#850)
  • incorrect caching for queries participating in fixpoint (#843)
  • change detection for fixpoint queries (#836)

Other

  • Implement an !Update bound escape hatch for tracked fn (#867)
  • Only enable boxcar/loom when loom feature is enabled (#869)
  • Remove default PartialOrd and Ord derives for salsa-structs (#868)
  • update boxcar (#865)
  • speed-up cycle-retry logic (#861)
  • Fix returns(deref | as_ref | as_deref) in tracked methods (#857)
  • Changed return_ref syntax to returns(as_ref) and returns(cloned) (#772)
  • Work around a rust-analyzer bug (#855)
  • Lazy finalization of cycle participants in maybe_changed_after (#854)
  • Do not re-verify already verified memoized value in cycle verification (#851)
  • Pass cycle heads as out parameter for maybe_changed_after (#852)
  • Move salsa event system into Zalsa (#849)
  • gate loom dependency under feature flag (#844)
  • Add loom support (#842)
  • Clean up some unsafety (#830)


This PR was generated with release-plz.

@github-actions github-actions bot changed the title chore(salsa): release v0.18.1 chore: release Feb 20, 2025
@github-actions github-actions bot force-pushed the release-plz-2025-02-20T11-32-41Z branch 11 times, most recently from 7b5289d to 3265bd9 Compare February 27, 2025 11:32
@github-actions github-actions bot force-pushed the release-plz-2025-02-20T11-32-41Z branch 4 times, most recently from caf596d to 4edc734 Compare March 6, 2025 11:33
@github-actions github-actions bot force-pushed the release-plz-2025-02-20T11-32-41Z branch from 4edc734 to a13d2a5 Compare March 7, 2025 23:32
@github-actions github-actions bot changed the title chore: release chore: release v0.19.0 Mar 9, 2025
@github-actions github-actions bot force-pushed the release-plz-2025-02-20T11-32-41Z branch from a13d2a5 to c3ed768 Compare March 9, 2025 23:33
@github-actions github-actions bot changed the title chore: release v0.19.0 chore: release v0.20.0 Mar 10, 2025
@github-actions github-actions bot force-pushed the release-plz-2025-02-20T11-32-41Z branch 8 times, most recently from 0e521d1 to 2de5a87 Compare March 17, 2025 23:32
@github-actions github-actions bot force-pushed the release-plz-2025-02-20T11-32-41Z branch 2 times, most recently from 5b14452 to b561af6 Compare March 20, 2025 17:32
@github-actions github-actions bot changed the title chore: release v0.20.0 chore: release v0.20.1 Apr 22, 2025
@github-actions github-actions bot force-pushed the release-plz-2025-02-20T11-32-41Z branch from 5c8bd1b to a4120db Compare April 23, 2025 17:33
@github-actions github-actions bot changed the title chore: release v0.20.1 chore: release v0.21.0 Apr 24, 2025
@github-actions github-actions bot force-pushed the release-plz-2025-02-20T11-32-41Z branch 6 times, most recently from 5710284 to f821a99 Compare April 28, 2025 23:32
@github-actions github-actions bot changed the title chore: release v0.21.0 chore: release v0.21.1 Apr 30, 2025
@github-actions github-actions bot force-pushed the release-plz-2025-02-20T11-32-41Z branch 2 times, most recently from d8e6af3 to a1ed4d0 Compare April 30, 2025 17:32
@github-actions github-actions bot changed the title chore: release v0.21.1 chore: release v0.21.2 May 2, 2025
@github-actions github-actions bot force-pushed the release-plz-2025-02-20T11-32-41Z branch 5 times, most recently from 5285002 to 7696fd9 Compare May 7, 2025 11:32
@github-actions github-actions bot changed the title chore: release v0.21.2 chore: release v0.22.0 May 7, 2025
@github-actions github-actions bot force-pushed the release-plz-2025-02-20T11-32-41Z branch 5 times, most recently from 43ca9b3 to 1e18fee Compare May 9, 2025 11:32
@github-actions github-actions bot force-pushed the release-plz-2025-02-20T11-32-41Z branch 4 times, most recently from b32e8b7 to b74e3ec Compare May 20, 2025 11:33
@github-actions github-actions bot force-pushed the release-plz-2025-02-20T11-32-41Z branch from b74e3ec to 953d532 Compare May 20, 2025 17:32
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.

0 participants