Skip to content

chore: release v0.21.0 #811

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
Apr 29, 2025
Merged

chore: release v0.21.0 #811

merged 1 commit into from
Apr 29, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 22, 2025

πŸ€– New release

  • salsa-macro-rules: 0.20.0 -> 0.21.0 (βœ“ API compatible changes)
  • salsa-macros: 0.20.0 -> 0.21.0
  • salsa: 0.20.0 -> 0.21.0 (⚠ API breaking changes)

⚠ salsa breaking changes

--- failure enum_struct_variant_field_added: pub enum struct variant field added ---

Description:
An enum's exhaustive struct variant has a new field, which has to be included when constructing or matching on this variant.
        ref: https://doc.rust-lang.org/reference/attributes/type_system.html#the-non_exhaustive-attribute
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/enum_struct_variant_field_added.ron

Failed in:
  field key of variant EventKind::DidInternValue in /tmp/.tmpwVS0h2/salsa/src/event.rs:105
  field key of variant EventKind::DidReinternValue in /tmp/.tmpwVS0h2/salsa/src/event.rs:114

--- failure enum_struct_variant_field_missing: pub enum struct variant's field removed or renamed ---

Description:
A publicly-visible enum has a struct variant whose field 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.40.0/src/lints/enum_struct_variant_field_missing.ron

Failed in:
  field id of variant EventKind::DidInternValue, previously in file /tmp/.tmpwQkGAX/salsa/src/event.rs:105
  field id of variant EventKind::DidReinternValue, previously in file /tmp/.tmpwQkGAX/salsa/src/event.rs:114
Changelog

salsa-macro-rules

0.21.0 - 2025-04-29

Fixed

  • correct debug output for tracked fields (#826)
  • allow unused lifetimes in tracked_struct expansion (#824)

Other

  • Implement a query stack Backtrace analog (#827)
  • Simplify ID conversions (#822)
  • Remove unnecessary Array abstraction (#821)
  • Add a compile-fail test for a 'static !Update struct (#820)
  • squelch most clippy warnings in generated code (#809)

salsa-macros

0.21.0 - 2025-04-29

Fixed

  • allow unused lifetimes in tracked_struct expansion (#824)

Other

  • Add a compile-fail test for a 'static !Update struct (#820)
  • squelch most clippy warnings in generated code (#809)
  • Use DatabaseKey for interned events (#813)

salsa

0.21.0 - 2025-04-29

Fixed

  • Access to tracked-struct that was freed during fixpoint (#817)
  • correct debug output for tracked fields (#826)
  • Fix incorrect values_equal signature (#825)
  • allow unused lifetimes in tracked_struct expansion (#824)

Other

  • Implement a query stack Backtrace analog (#827)
  • Simplify ID conversions (#822)
  • Attempt to fix codspeed (#823)
  • Remove unnecessary Array abstraction (#821)
  • Add a compile-fail test for a 'static !Update struct (#820)
  • squelch most clippy warnings in generated code (#809)
  • Include struct name in formatted input-field index (#819)
  • Force inline fetch_hot (#818)
  • Per ingredient sync table (#650)
  • Use DatabaseKey for interned events (#813)
  • [refactor] More fetch_hot simplification (#793)
  • Don't store the fields in the interned map (#812)
  • Fix ci not always running (#810)


This PR was generated with release-plz.

Copy link

netlify bot commented Apr 22, 2025

βœ… Deploy Preview for salsa-rs canceled.

Name Link
πŸ”¨ Latest commit efcb51e
πŸ” Latest deploy log https://app.netlify.com/sites/salsa-rs/deploys/6811086a989f1d00088c7774

@github-actions github-actions bot force-pushed the release-plz-2025-04-22T12-20-29Z branch 2 times, most recently from e65fb03 to 02edcd2 Compare April 23, 2025 13:35
@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-04-22T12-20-29Z branch 13 times, most recently from 9f491ff to cfe636f Compare April 28, 2025 14:35
@github-actions github-actions bot force-pushed the release-plz-2025-04-22T12-20-29Z branch from cfe636f to efcb51e Compare April 29, 2025 17:12
@Veykril Veykril merged commit 2a3a871 into master Apr 29, 2025
4 checks passed
@Veykril Veykril deleted the release-plz-2025-04-22T12-20-29Z branch April 29, 2025 17:13
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