Release 3.2.1 (#1330)

This commit is contained in:
David Rodríguez 2022-05-25 09:48:21 +02:00 committed by GitHub
parent 989fcfaf45
commit 5017024fc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 1 deletions

View File

@ -2,6 +2,26 @@
## Unreleased
## 3.2.1 - 2022-05-24
* Add search functionality to documentation site.
PR [1329](https://github.com/activerecord-hackery/ransack/pull/1329)
* Fix contributing URLs and syntax highlight in `README.md`.
PR [1326](https://github.com/activerecord-hackery/ransack/pull/1326)
* Cast PostgreSQL's `timestamptz` columns to time.
PR [1325](https://github.com/activerecord-hackery/ransack/pull/1325)
* Add Ruby and ERB syntax highlighting support to documentation site.
PR [1324](https://github.com/activerecord-hackery/ransack/pull/1324)
* Fix a wrong link in `CHANGELOG.md`.
PR [1323](https://github.com/activerecord-hackery/ransack/pull/1323)
* Fix links to bug report templates in `CONTRIBUTING.md`.
PR [1321](https://github.com/activerecord-hackery/ransack/pull/1321)
## 3.2.0 - 2022-05-08
* Drop Rails 6.0 support.

View File

@ -1,3 +1,3 @@
module Ransack
VERSION = '3.2.0'
VERSION = '3.2.1'
end