Skip to content

Commit

Permalink
v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Apr 28, 2021
1 parent 54e115d commit b15bf6f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
CHANGELOG
---------

- **Unreleased**
* [View Diff](https://github.com/westonganger/active_sort_order/compare/v0.9.1...master)
- **Unreleased - [View Diff](https://github.com/westonganger/active_sort_order/compare/v0.9.2...master)**
* Nothing yet

- **v0.9.2 - Apr 28, 2021 - [View Diff](https://github.com/westonganger/active_sort_order/compare/v0.9.1...v0.9.2)**
* Fix deprecation warning in Rails 6.1 for `reorder(nil)`

- **v0.9.1 - Jan 31, 2021**
* [View Diff](https://github.com/westonganger/active_sort_order/compare/v0.9.0...v0.9.1)
- **v0.9.1 - Jan 31, 2021 - [View Diff](https://github.com/westonganger/active_sort_order/compare/v0.9.0...v0.9.1)**
* General Improvements
* Add Github Actions CI supporting multiple version of Ruby, Rails and multiple databases types
* Fix bugs with Rails 5.0 and 5.1
* Limit supports to Rails 5.0+. Tests were showing some failures with Rails 4.2 so I dropped it.

- **v0.9.0 - Jan 29, 2021**
* [View Diff](https://github.com/westonganger/active_sort_order/compare/371fc82...v0.9.0)

- **v0.9.0 - Jan 29, 2021 - [View Diff](https://github.com/westonganger/active_sort_order/compare/371fc82...v0.9.0)**
* Initial Release
2 changes: 1 addition & 1 deletion lib/active_sort_order/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveSortOrder
VERSION = "0.9.1".freeze
VERSION = "0.9.2".freeze
end

0 comments on commit b15bf6f

Please sign in to comment.