Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

37 lines (22 loc) · 1.1 KB

Change Log

All user visible changes to this project will be documented in this file. This project adheres to Semantic Versioning, as described for Rust libraries in RFC #1105

Unreleased

2.2.0 - 2024-05-31

  • Update diesel version to 2.2.0

2.1.1 - 2023-10-19

  • Add a missing #[derive(FromSqlRow)] for the RegConfig type to allow loading it from the database
  • Diesel 2.1 compatibility
  • Diesel 2.0 compatiblity

1.0.1 - 2018-04-11

  • TsVector::concat now properly wraps its values in parenthesis

1.0.0 - 2018-01-02

  • Initial release