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
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 theRegConfig
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
- Initial release