Skip to content

Commit

Permalink
[ver] 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zbigh committed Sep 4, 2022
1 parent 1d49b10 commit e8d583a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
loco-rails (6.0.0)
loco-rails (6.1.0)
loco-rails-core (~> 0.2.0)
rails (>= 5.0)

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,11 @@ Capybara powers integration tests. Capybara is cool, but sometimes random tests

## Major releases 🎙

### 6.1 _(2022-09-04)_

* all `Loco::Emitter` methods are available as `Loco`'s `module_function`s
* **Deprecation warning:** `Loco::Emitter` will be removed in Loco-Rails 7

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

* Loco-Rails works with Rails 7 and Ruby 3.1
Expand Down
2 changes: 1 addition & 1 deletion lib/loco/emitter.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

# TODO: remove in next major release
# TODO: remove in v7
module Loco
module Emitter
def emit(obj, event = nil, opts = {})
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 = '6.0.0'
VERSION = '6.1.0'
end

0 comments on commit e8d583a

Please sign in to comment.