File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 3.2.1 - 2022-05-24
6+
7+ * Add search functionality to documentation site.
8+ PR [ 1329] ( https://github.com/activerecord-hackery/ransack/pull/1329 )
9+
10+ * Fix contributing URLs and syntax highlight in ` README.md ` .
11+ PR [ 1326] ( https://github.com/activerecord-hackery/ransack/pull/1326 )
12+
13+ * Cast PostgreSQL's ` timestamptz ` columns to time.
14+ PR [ 1325] ( https://github.com/activerecord-hackery/ransack/pull/1325 )
15+
16+ * Add Ruby and ERB syntax highlighting support to documentation site.
17+ PR [ 1324] ( https://github.com/activerecord-hackery/ransack/pull/1324 )
18+
19+ * Fix a wrong link in ` CHANGELOG.md ` .
20+ PR [ 1323] ( https://github.com/activerecord-hackery/ransack/pull/1323 )
21+
22+ * Fix links to bug report templates in ` CONTRIBUTING.md ` .
23+ PR [ 1321] ( https://github.com/activerecord-hackery/ransack/pull/1321 )
24+
525## 3.2.0 - 2022-05-08
626
727* Drop Rails 6.0 support.
Original file line number Diff line number Diff line change 11module Ransack
2- VERSION = '3.2.0 '
2+ VERSION = '3.2.1 '
33end
You can’t perform that action at this time.
0 commit comments