Skip to content

Latest commit

 

History

History
81 lines (48 loc) · 2.76 KB

CHANGELOG.md

File metadata and controls

81 lines (48 loc) · 2.76 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.3.2] - 2025-02-03

Fixed

  • Catch duplicate compile-time bindings and cyclical compile-time binding references. (#26)

0.3.1 - 2025-01-09

Changed

  • Switch from proc-macro-error to proc-macro-error2. (#24)

0.3.0 - 2025-01-07

Fixed

  • Fix queries only containing run-time bound parameters. (#20, #22)

Changed

  • Upgrade all dependencies. (#23)
  • Made sqlx-conditional-queries-core take database type at run-time. (#21)

0.2.1 - 2024-08-19

Fixed

  • Internal dependency versions weren't updated in 0.2.0.

0.2.0 - 2024-08-19

Changed

  • Upgrade all dependencies. (#19)

[0.1.4] - 2024-03-27

Deprecated

  • Deprecated fetch_many method since it was deprecated in sqlx 0.7.4. (#17)

0.1.3 - 2023-07-12

Changed

  • Drop patch version bound of internal crates.
  • Switch from using type ascription synatx to using as for type overrides. (#12, #13)

0.1.2 - 2023-02-16

Fixed

  • Fixed bug introduced when removing brace escaping support that lead to out-of-bound panics when two bound parameter references were too far apart. (#4)