Skip to content

Commit

Permalink
bump: v2.3.2/v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stackmystack committed Jan 4, 2025
1 parent 570a925 commit 84d2db2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [unreleased]

## Release v2.3.2/v1.5.2 (02-01-2025)

- Fix a subtle bug on table access as in `table[:col]` in certain situations.
- `==` and `!=` deprecation warnings can stem from `arel` itself, so now we don't emit them because they're plain wrong.

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.3.1'.freeze
VERSION = '2.3.2'.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.5.1'.freeze
VERSION = '1.5.2'.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.3.1'.freeze
VERSION = '2.3.2'.freeze
end

0 comments on commit 84d2db2

Please sign in to comment.