Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Latest commit

 

History

History
34 lines (19 loc) · 524 Bytes

CHANGELOG.md

File metadata and controls

34 lines (19 loc) · 524 Bytes

0.2.2 (2023-06-02)

  • Added Clone trait to Vector
  • Fixed deprecation warning with Diesel 2.1

0.2.1 (2023-05-23)

  • Added support for vector[] type with SQLx

0.2.0 (2022-09-05)

  • Added support for Diesel 2
  • Dropped support for Diesel 1

0.1.4 (2022-01-12)

  • Added into

0.1.3 (2021-06-22)

  • Fixed SQL type of Diesel operators

0.1.2 (2021-06-18)

  • Added support for SQLx
  • Added operators for Diesel

0.1.1 (2021-06-17)

  • Added support for Diesel

0.1.0 (2021-06-09)

  • First release