Skip to content

Commit 099bd94

Browse files
Merge pull request #1304 from activerecord-hackery/release-3.0.1
Get ready for 3.0.1 release
2 parents 96e0708 + 0f7b13a commit 099bd94

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,24 @@
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.

lib/ransack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Ransack
2-
VERSION = '3.0.0'
2+
VERSION = '3.0.1'
33
end

0 commit comments

Comments
 (0)