Skip to content

Commit

Permalink
Prepare a 2.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Oct 19, 2023
1 parent 6700fbd commit cf39b5b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/

## Unreleased

### [2.1.1] - 2023-10-19

* Add a missing `#[derive(FromSqlRow)]` for the `RegConfig` type to allow loading it from the database

### [2.1.0]

* Diesel 2.1 compatibility

### [2.0.0]

* Diesel 2.0 compatiblity

### [1.0.1] - 2018-04-11

* `TsVector::concat` now properly wraps its values in parenthesis
Expand All @@ -14,4 +26,7 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/

* Initial release

[1.0.1]: https://github.com/diesel-rs/diesel/compare/v1.0.0...v1.0.1
[1.0.1]: https://github.com/diesel-rs/diesel_full_text_search/compare/v1.0.0...v1.0.1
[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 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "diesel_full_text_search"
version = "2.1.0"
version = "2.1.1"
description = "Adds support for PostgreSQL full text search to Diesel"
license = "MIT"
repository = "https://github.com/diesel-rs/diesel_full_text_search"
Expand Down

0 comments on commit cf39b5b

Please sign in to comment.