Skip to content

Commit d424e91

Browse files
committed
Release v3.4.0
* Drop upper limit on Rails, test with Rails main. * Drop support for Ruby < 3.1. * Drop support for Rails < 6.1.
1 parent aa90942 commit d424e91

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

CHANGELOG.md

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

3+
### Curly 3.4.0 (July 2, 2024)
34
* Drop upper limit on Rails, test with Rails main.
45
* Drop support for Ruby < 3.1.
56
* Drop support for Rails < 6.1.

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.3.0)
13+
curly-templates (3.4.0)
1414
actionpack (>= 6.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.3.0)
13+
curly-templates (3.4.0)
1414
actionpack (>= 6.1)
1515
sorted_set
1616

gemfiles/rails7.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.3.0)
13+
curly-templates (3.4.0)
1414
actionpack (>= 6.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.3.0"
2+
VERSION = "3.4.0"
33
end

0 commit comments

Comments
 (0)