Skip to content

Commit

Permalink
v0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Feb 14, 2023
1 parent ba0ae97 commit bf0ff8a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
@@ -1,13 +1,16 @@
CHANGELOG
---------

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

- **v0.9.5 - Feb 13, 2023 - [View Diff](https://github.com/westonganger/active_sort_order/compare/v0.9.4...v0.9.5)**
* [#1](https://github.com/westonganger/active_sort_order/pull/1) - Utilize active_record lazy loading

- **v0.9.4 - [View Diff](https://github.com/westonganger/active_sort_order/compare/v0.9.3...v0.9.4)**
- **v0.9.4 - Dec 20, 2021 - [View Diff](https://github.com/westonganger/active_sort_order/compare/v0.9.3...v0.9.4)**
* Improve error handling for sort_col_sql argument

- **v0.9.3 - [View Diff](https://github.com/westonganger/active_sort_order/compare/v0.9.2...v0.9.3)**
- **v0.9.3 - Oct 13, 2021 - [View Diff](https://github.com/westonganger/active_sort_order/compare/v0.9.2...v0.9.3)**
* Allow ability to sort on multiple fields

- **v0.9.2 - Apr 28, 2021 - [View Diff](https://github.com/westonganger/active_sort_order/compare/v0.9.1...v0.9.2)**
Expand Down
2 changes: 1 addition & 1 deletion lib/active_sort_order/version.rb
@@ -1,3 +1,3 @@
module ActiveSortOrder
VERSION = "0.9.4".freeze
VERSION = "0.9.5".freeze
end

0 comments on commit bf0ff8a

Please sign in to comment.