Skip to content

Commit

Permalink
bump: v2.3.0/v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stackmystack committed Dec 19, 2024
1 parent 7307da9 commit 6de68f2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@

## [unreleased]

## Release v2.3.0/v1.5.0 (19-12-2024)

- Use ActiveSupport's deprecation machinery instead of Ruby's Warning module.
- Fix a bug with group concat that didn't correctly check for the separator value.

## Release v2.2.2/v1.4.2 (27-11-2024)

- Fix deprecartion warnings for `==` and `!=`, showing the true location.
- Always emit deprecartion warnings for `==` and `!=`.
- Fix deprecation warnings for `==` and `!=`, showing the true location.
- Always emit deprecation warnings for `==` and `!=`.

## Release v2.2.1/v1.4.1 (08-11-2024)

- Improved deprecartion warnings for `==` and `!=`, showing the location where they're called.
- Improved deprecation warnings for `==` and `!=`, showing the location where they're called.

## Release v2.2.0/v1.4.0

Expand Down
2 changes: 1 addition & 1 deletion lib/arel_extensions/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ArelExtensions
VERSION = '2.2.2'.freeze
VERSION = '2.3.0'.freeze
end
2 changes: 1 addition & 1 deletion version_v1.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ArelExtensions
VERSION = '1.4.2'.freeze
VERSION = '1.5.0'.freeze
end
2 changes: 1 addition & 1 deletion version_v2.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ArelExtensions
VERSION = '2.2.2'.freeze
VERSION = '2.3.0'.freeze
end

0 comments on commit 6de68f2

Please sign in to comment.