Skip to content

Commit

Permalink
bump version to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
razumau committed Nov 13, 2023
1 parent 09a114c commit 3e3587c
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
### Unreleased

### Curly 3.3.0 (November 13, 2023)
* Add support for Rails 7.1

### Curly 3.2.0 (June 1, 2023)

* Add support for Ruby 3.2
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.2.0)
curly-templates (3.3.0)
actionpack (>= 5.1, < 7.2)
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.2.0)
curly-templates (3.3.0)
actionpack (>= 5.1, < 7.2)
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.2.0)
curly-templates (3.3.0)
actionpack (>= 5.1, < 7.2)
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.2.0)
curly-templates (3.3.0)
actionpack (>= 5.1, < 7.2)
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.2.0)
curly-templates (3.3.0)
actionpack (>= 5.1, < 7.2)
sorted_set

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails7.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.2.0)
curly-templates (3.3.0)
actionpack (>= 5.1, < 7.2)
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.2.0"
VERSION = "3.3.0"
end

0 comments on commit 3e3587c

Please sign in to comment.