Skip to content

Commit

Permalink
Add a changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed May 31, 2024
1 parent b09d82a commit 1d30bee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/

## 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
Expand All @@ -30,3 +34,4 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
[2.0.0]: https://github.com/diesel-rs/diesel_full_text_search/compare/v1.0.1...v2.0.0
[2.1.0]: https://github.com/diesel-rs/diesel_full_text_search/compare/v2.0.0...v2.1.0
[2.1.1]: https://github.com/diesel-rs/diesel_full_text_search/compare/v2.1.0...v2.1.1
[2.2.0]: https://github.com/diesel-rs/diesel_full_text_search/compare/v2.1.1...v2.2.0

0 comments on commit 1d30bee

Please sign in to comment.