We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2500760 commit d1a383bCopy full SHA for d1a383b
3 files changed
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## Unreleased
2
3
+## 3.5.1
4
+
5
### Enhancements
6
* Exclude hidden field when unchecked_value: false. [@fschwahn](https://github.com/fschwahn)
7
* Add frozen_string_literal magic comment to several files. [@oniofchaos](https://github.com/oniofchaos)
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- simple_form (3.5.0)
+ simple_form (3.5.1)
actionpack (> 4, < 5.2)
activemodel (> 4, < 5.2)
lib/simple_form/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module SimpleForm
- VERSION = "3.5.0".freeze
+ VERSION = "3.5.1".freeze
end
0 commit comments