Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rzane committed Nov 21, 2023
1 parent 0d14366 commit c8f77f9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
## [Unreleased]
- Test for ruby 3.2
- Update ransack to 4.1. (#126)
- Drop support for Ruby 2.6 and 2.7. (#126)
- Drop support for ActiveRecord 6.0. (#126)

## [3.0.0] - 2023-11-20

- Added support for ActiveRecord 7.1 (#125)
- Added support for Ruby 3.2 (#128)
- Updated ransack to 4.1. (#126)
- Droped support for Ruby 2.6 and 2.7. (#126)
- Droped support for ActiveRecord 6.0. (#126)

## [2.0.0] - 2022-08-28

Expand Down Expand Up @@ -240,7 +244,9 @@

- Initial support for selects, orders, wheres, and joins.

[unreleased]: https://github.com/rzane/baby_squeel/compare/v1.4.4...HEAD
[unreleased]: https://github.com/rzane/baby_squeel/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/rzane/baby_squeel/compare/v2.0.0...v3.0.0
[2.0.0]: https://github.com/rzane/baby_squeel/compare/v1.4.4...v2.0.0
[1.4.4]: https://github.com/rzane/baby_squeel/compare/v1.4.3...v1.4.4
[1.4.3]: https://github.com/rzane/baby_squeel/compare/v1.4.2...v1.4.3
[1.4.2]: https://github.com/rzane/baby_squeel/compare/v1.4.1...v1.4.2
Expand Down
2 changes: 1 addition & 1 deletion lib/baby_squeel/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BabySqueel
VERSION = '2.0.0'.freeze
VERSION = '3.0.0'.freeze
end

0 comments on commit c8f77f9

Please sign in to comment.