Skip to content

Commit f08c19d

Browse files
committed
Release 3.0.1
1 parent 34983c9 commit f08c19d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## [Unreleased]
22

3+
## [3.0.1] - 2025-11-28
4+
- Fixed an issue where searching with `v: false` was treated as `nil` due to `false || nil` logic
5+
36
## [3.0.0] - 2025-11-27
47
- Disabled fields name format validation
58
- Added scope functionality: _Active Field_ can now be limited to a specific context, allowing different sets of fields per group within the same _Customizable_ model.

lib/active_fields/version.rb

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 ActiveFields
4-
VERSION = "3.0.0"
4+
VERSION = "3.0.1"
55
end

0 commit comments

Comments
 (0)