Skip to content

Commit

Permalink
Release v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Feb 9, 2021
1 parent cbcfe2e commit 74f2c72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 5.1.0

* Remove `I18nCache` module entirely. It was added complexity for very little gain in some translations, and caused extra trouble upgrading to Ruby 3. If you need that level of caching consider looking into I18n caching as a whole.
* Add support for Ruby 3.0, drop support for Ruby < 2.5.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
simple_form (5.0.3)
simple_form (5.1.0)
actionpack (>= 5.2)
activemodel (>= 5.2)

Expand Down
2 changes: 1 addition & 1 deletion lib/simple_form/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module SimpleForm
VERSION = "5.0.3".freeze
VERSION = "5.1.0".freeze
end

0 comments on commit 74f2c72

Please sign in to comment.