Skip to content

Commit 4adf9fb

Browse files
committed
v1.3.0
1 parent 4e5b05d commit 4adf9fb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# 1.3.0 - 2025-03-04
4+
35
* The arguments of `#where_assoc_count` can now be swapped when comparing to a number or a range. <br>
46
So `where_assoc_count(:posts, :>, 5)` is now valid for having more than 5 posts.
57

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ActiveRecordWhereAssoc
4-
VERSION = "1.2.1".freeze
4+
VERSION = "1.3.0".freeze
55
end

0 commit comments

Comments
 (0)