Skip to content

Commit 2df5c7d

Browse files
Release v5.4.1
1 parent f231160 commit 2df5c7d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 5.4.1
22

33
* Ruby 4.0 support (no changes required)
44
* Support procs on validators for minlength/maxlength, and improve validators logic across the board to match Rails [#1859](https://github.com/heartcombo/simple_form/pull/1859)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
simple_form (5.4.0)
4+
simple_form (5.4.1)
55
actionpack (>= 7.0)
66
activemodel (>= 7.0)
77

lib/simple_form/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module SimpleForm
3-
VERSION = "5.4.0".freeze
3+
VERSION = "5.4.1".freeze
44
end

0 commit comments

Comments
 (0)