File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 3.0.1 - 2022-04-08
6+
57* Fix ` :data ` option to ` sort_link ` being incorrectly appended to the generated
68 link query parameters.
79 PR [ 1301] ( https://github.com/activerecord-hackery/ransack/pull/1301 )
810
11+ * Fix "Edit this page" links in documentation site
12+ PR [ 1303] ( https://github.com/activerecord-hackery/ransack/pull/1303 )
13+
14+ * Auto deploy documentation site after merging PRs
15+ PR [ 1302] ( https://github.com/activerecord-hackery/ransack/pull/1302 )
16+
17+ * Add list of former wiki contributors to documentation site
18+ PR [ 1300] ( https://github.com/activerecord-hackery/ransack/pull/1300 )
19+
20+ * Reduce gem package size
21+ PR [ 1297] ( https://github.com/activerecord-hackery/ransack/pull/1297 )
22+
923## 3.0.0 - 2022-03-30
1024
1125* Move documentation into Docusaurus.
Original file line number Diff line number Diff line change 11module Ransack
2- VERSION = '3.0.0 '
2+ VERSION = '3.0.1 '
33end
You can’t perform that action at this time.
0 commit comments