-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
54e115d
commit b15bf6f
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |