Skip to content

Commit ea985a2

Browse files
authored
Merge pull request #185 from zendesk/nony--release-v-3-1-0
Release v3.1.0
2 parents 03be3a2 + 46d5d4d commit ea985a2

8 files changed

Lines changed: 12 additions & 7 deletions

CHANGELOG.md

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

3+
### Curly 3.1.0 (November, 21, 2022)
4+
5+
* Add support for Ruby 3.0 & 3.1
6+
* Add support for Rails 7.0
7+
38
### Curly 3.0.0 (January 19, 2021)
49

510
* Add support for Rails 6.0 and 6.1.

gemfiles/rails4.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.0.0)
4+
curly-templates (3.1.0)
55
actionpack (>= 4.2, < 7.1)
66
sorted_set
77

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.0.0)
4+
curly-templates (3.1.0)
55
actionpack (>= 4.2, < 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.0.0)
4+
curly-templates (3.1.0)
55
actionpack (>= 4.2, < 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.0.0)
13+
curly-templates (3.1.0)
1414
actionpack (>= 4.2, < 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.0.0)
13+
curly-templates (3.1.0)
1414
actionpack (>= 4.2, < 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.0.0)
13+
curly-templates (3.1.0)
1414
actionpack (>= 4.2, < 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.0.0"
2+
VERSION = "3.1.0"
33
end

0 commit comments

Comments
 (0)