Skip to content

Commit

Permalink
[ver] 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zbigh committed Feb 3, 2022
1 parent fc35a34 commit 1b3eaa7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,12 @@ Capybara powers integration tests. Capybara is cool, but sometimes random tests

## Major releases 🎙

### 6.0 _(2022-02-03)_

* Loco-Rails works with Rails
* it drops support for Ruby 2.6
* test app uses Loco-JS v6 and Loco-JS-UI v6

### 5.0 _(2020-12-23)_

* `connection.rb` template has been modified
Expand Down
2 changes: 1 addition & 1 deletion lib/loco/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Loco
VERSION = '5.0.0'
VERSION = '6.0.0'
end

0 comments on commit 1b3eaa7

Please sign in to comment.