Skip to content

Commit

Permalink
v0.1.6 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
AlfonsoUceda committed Nov 13, 2024
1 parent 7290162 commit 77ff22a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1.6

* Rails 8 is supported.
* Ruby 3.4.0 is supported.

## 0.1.5

* Support for Rails 7.
Expand Down
4 changes: 2 additions & 2 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 Nick Sutterer
Copyright (c) 2024 Nick Sutterer

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
THE SOFTWARE.
2 changes: 1 addition & 1 deletion lib/cells/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Cells
module Rails
VERSION = "0.1.5"
VERSION = "0.1.6"
end
end

0 comments on commit 77ff22a

Please sign in to comment.