File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## Unreleased
3+ ## Version 1.8.1 - 2016-07-27
44### Fixed
55
66* Fix ` rake console ` to run a command-line console with ransack + seed data.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ instead.
2929If you're viewing this at
3030[ github.com/activerecord-hackery/ransack] ( https://github.com/activerecord-hackery/ransack ) ,
3131you're reading the documentation for the master branch with the latest features.
32- [ View documentation for the last release (1.8.0 ).] ( https://github.com/activerecord-hackery/ransack/tree/v1.8.0 )
32+ [ View documentation for the last release (1.8.1 ).] ( https://github.com/activerecord-hackery/ransack/tree/v1.8.1 )
3333
3434## Getting started
3535
Original file line number Diff line number Diff line change 11module Ransack
2- VERSION = '1.8.0 '
2+ VERSION = '1.8.1 '
33end
You can’t perform that action at this time.
0 commit comments