Releases: diesel-rs/diesel_full_text_search
Releases · diesel-rs/diesel_full_text_search
Diesel Full Text Search 2.3.0
What's Changed
- Add
PgTsVectortype and implement deserialization by @encalypto in #44 - CI: Replace x86_64-apple-darwin target with aarch64-apple-darwin by @Turbo87 in #46
- Update
dieseldependency to v2.3 by @Turbo87 in #45
New Contributors
- @encalypto made their first contribution in #44
- @Turbo87 made their first contribution in #46
Full Changelog: v2.2.0...v2.3.0
Diesel Full Text Search 2.2.0
- Update diesel version to 2.2.0
New Contributors
- @RossRogers made their first contribution in #40
- @eth3lbert made their first contribution in #41
- @weiznich made their first contribution in #43
Full Changelog: v2.1.1...v2.2.0
Diesel Full Text Search 2.1.1
- Add a missing
#[derive(FromSqlRow)]for theRegConfigtype to allow loading it from the database