From 5b9ee1dd36ffe82910725324313a874828a8e85f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Thu, 7 Apr 2022 21:46:24 +0200 Subject: [PATCH 1/2] Add missing changelog entries --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66ef2357..d56f8ce4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ link query parameters. PR [1301](https://github.com/activerecord-hackery/ransack/pull/1301) +* Fix "Edit this page" links in documentation site + PR [1303](https://github.com/activerecord-hackery/ransack/pull/1303) + +* Auto deploy documentation site after merging PRs + PR [1302](https://github.com/activerecord-hackery/ransack/pull/1302) + +* Add list of former wiki contributors to documentation site + PR [1300](https://github.com/activerecord-hackery/ransack/pull/1300) + +* Reduce gem package size + PR [1297](https://github.com/activerecord-hackery/ransack/pull/1297) + ## 3.0.0 - 2022-03-30 * Move documentation into Docusaurus. From 0f7b13ad5bce4bcee7ec610d9d85aedeb9f4cd67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Thu, 7 Apr 2022 21:49:33 +0200 Subject: [PATCH 2/2] release 3.0.1 --- CHANGELOG.md | 2 ++ lib/ransack/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d56f8ce4..2650b6ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 3.0.1 - 2022-04-08 + * Fix `:data` option to `sort_link` being incorrectly appended to the generated link query parameters. PR [1301](https://github.com/activerecord-hackery/ransack/pull/1301) diff --git a/lib/ransack/version.rb b/lib/ransack/version.rb index f852f229..74c40181 100644 --- a/lib/ransack/version.rb +++ b/lib/ransack/version.rb @@ -1,3 +1,3 @@ module Ransack - VERSION = '3.0.0' + VERSION = '3.0.1' end