We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf1013a commit 8f77f59Copy full SHA for 8f77f59
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## Unreleased
+## 5.3.0
2
3
* Add support for Rails 7.1. (no meaningful changes required.)
4
* Add `SimpleForm.deprecator` to integrate with new application deprecators in Rails 7.1.
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- simple_form (5.2.0)
+ simple_form (5.3.0)
5
actionpack (>= 5.2)
6
activemodel (>= 5.2)
7
lib/simple_form/version.rb
# frozen_string_literal: true
module SimpleForm
- VERSION = "5.2.0".freeze
+ VERSION = "5.3.0".freeze
end
0 commit comments