Skip to content

Commit

Permalink
Merge pull request #191 from zendesk/jury.razumau/v3.2.0
Browse files Browse the repository at this point in the history
bump version to 3.2.0
  • Loading branch information
razumau committed Jun 1, 2023
2 parents 925def9 + 647992c commit 9c1c168
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### Unreleased

### Curly 3.2.0 (June 1, 2023)

* Add support for Ruby 3.2
* Drop support for Ruby 2.6
* Drop support for Rails 4.2

### Curly 3.1.0 (November, 21, 2022)

* Add support for Ruby 3.0 & 3.1
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails5.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
curly-templates (3.1.0)
curly-templates (3.2.0)
actionpack (>= 5.1, < 7.1)
sorted_set

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails5.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
curly-templates (3.1.0)
curly-templates (3.2.0)
actionpack (>= 5.1, < 7.1)
sorted_set

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails6.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
curly-templates (3.1.0)
curly-templates (3.2.0)
actionpack (>= 5.1, < 7.1)
sorted_set

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails6.1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
curly-templates (3.1.0)
curly-templates (3.2.0)
actionpack (>= 5.1, < 7.1)
sorted_set

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails7.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
curly-templates (3.1.0)
curly-templates (3.2.0)
actionpack (>= 5.1, < 7.1)
sorted_set

Expand Down
2 changes: 1 addition & 1 deletion lib/curly/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Curly
VERSION = "3.1.0"
VERSION = "3.2.0"
end

0 comments on commit 9c1c168

Please sign in to comment.