Skip to content

Commit 647992c

Browse files
committed
bump version to 3.2.0
1 parent 925def9 commit 647992c

File tree

7 files changed

+12
-6
lines changed

7 files changed

+12
-6
lines changed

CHANGELOG.md

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

3+
### Curly 3.2.0 (June 1, 2023)
4+
5+
* Add support for Ruby 3.2
6+
* Drop support for Ruby 2.6
7+
* Drop support for Rails 4.2
8+
39
### Curly 3.1.0 (November, 21, 2022)
410

511
* Add support for Ruby 3.0 & 3.1

gemfiles/rails5.1.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-
curly-templates (3.1.0)
4+
curly-templates (3.2.0)
55
actionpack (>= 5.1, < 7.1)
66
sorted_set
77

gemfiles/rails5.2.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-
curly-templates (3.1.0)
4+
curly-templates (3.2.0)
55
actionpack (>= 5.1, < 7.1)
66
sorted_set
77

gemfiles/rails6.0.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GIT
1010
PATH
1111
remote: ..
1212
specs:
13-
curly-templates (3.1.0)
13+
curly-templates (3.2.0)
1414
actionpack (>= 5.1, < 7.1)
1515
sorted_set
1616

gemfiles/rails6.1.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GIT
1010
PATH
1111
remote: ..
1212
specs:
13-
curly-templates (3.1.0)
13+
curly-templates (3.2.0)
1414
actionpack (>= 5.1, < 7.1)
1515
sorted_set
1616

gemfiles/rails7.0.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GIT
1010
PATH
1111
remote: ..
1212
specs:
13-
curly-templates (3.1.0)
13+
curly-templates (3.2.0)
1414
actionpack (>= 5.1, < 7.1)
1515
sorted_set
1616

lib/curly/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Curly
2-
VERSION = "3.1.0"
2+
VERSION = "3.2.0"
33
end

0 commit comments

Comments
 (0)