Skip to content

Commit d1a383b

Browse files
committed
Release 3.5.1
1 parent 2500760 commit d1a383b

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22

3+
## 3.5.1
4+
35
### Enhancements
46
* Exclude hidden field when unchecked_value: false. [@fschwahn](https://github.com/fschwahn)
57
* Add frozen_string_literal magic comment to several files. [@oniofchaos](https://github.com/oniofchaos)

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

0 commit comments

Comments
 (0)