Skip to content

chore: release v0.22.0 #6

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

github-actions[bot]
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/.tmpNU0Hdk/salsa-macro-rules/src/maybe_clone.rs:24
  macro maybe_clone, previously in file /tmp/.tmpNU0Hdk/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/.tmpNU0Hdk/salsa/src/database.rs:17
  method salsa_event of trait Database, previously in file /tmp/.tmpNU0Hdk/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 force-pushed the release-plz-2025-02-20T21-19-15Z branch 3 times, most recently from 4f11b1c to 25ebf28 Compare February 23, 2025 17:18
@github-actions github-actions bot force-pushed the release-plz-2025-02-20T21-19-15Z branch from 25ebf28 to 3bed662 Compare March 13, 2025 19:15
@github-actions github-actions bot changed the title chore: release chore: release v0.20.0 Mar 13, 2025
@github-actions github-actions bot force-pushed the release-plz-2025-02-20T21-19-15Z branch 2 times, most recently from ebfd2d0 to 4c3c945 Compare March 18, 2025 17:07
@github-actions github-actions bot force-pushed the release-plz-2025-02-20T21-19-15Z branch 5 times, most recently from 05862b1 to 6b151d8 Compare April 10, 2025 06:35
@github-actions github-actions bot force-pushed the release-plz-2025-02-20T21-19-15Z branch from 6b151d8 to 9767cb4 Compare April 11, 2025 06:22
@github-actions github-actions bot force-pushed the release-plz-2025-02-20T21-19-15Z branch from 9767cb4 to 428e888 Compare April 23, 2025 13:04
@github-actions github-actions bot changed the title chore: release v0.20.0 chore: release v0.20.1 Apr 23, 2025
@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-20T21-19-15Z branch 7 times, most recently from 47527e8 to 1c97927 Compare April 30, 2025 10: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-20T21-19-15Z branch 2 times, most recently from 72b4936 to 64ce8b9 Compare May 4, 2025 17:14
@github-actions github-actions bot changed the title chore: release v0.21.1 chore: release v0.21.2 May 4, 2025
@github-actions github-actions bot force-pushed the release-plz-2025-02-20T21-19-15Z branch from 64ce8b9 to 9e0c7c7 Compare May 6, 2025 17:38
@github-actions github-actions bot changed the title chore: release v0.21.2 chore: release v0.22.0 May 8, 2025
@github-actions github-actions bot force-pushed the release-plz-2025-02-20T21-19-15Z branch from 9e0c7c7 to 64ebd60 Compare May 8, 2025 17:21
@github-actions github-actions bot force-pushed the release-plz-2025-02-20T21-19-15Z branch 2 times, most recently from 9412e16 to c97f49e Compare May 13, 2025 14:25
@github-actions github-actions bot force-pushed the release-plz-2025-02-20T21-19-15Z branch from c97f49e to a55e7c3 Compare May 20, 2025 06:42
@github-actions github-actions bot force-pushed the release-plz-2025-02-20T21-19-15Z branch from a55e7c3 to a176dda Compare May 20, 2025 16:16
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