Skip to content

Commit 8f77f59

Browse files
Release v5.3.0
1 parent bf1013a commit 8f77f59

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.3.0
22

33
* Add support for Rails 7.1. (no meaningful changes required.)
44
* Add `SimpleForm.deprecator` to integrate with new application deprecators in Rails 7.1.

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.2.0)
4+
simple_form (5.3.0)
55
actionpack (>= 5.2)
66
activemodel (>= 5.2)
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.2.0".freeze
3+
VERSION = "5.3.0".freeze
44
end

0 commit comments

Comments
 (0)