Skip to content

Commit

Permalink
v2.0.7 (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
mensfeld authored Dec 3, 2021
1 parent ceac1fa commit c8c2ffa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# WaterDrop changelog

## 2.0.7 (Unreleased)
## 2.0.7 (2021-12-03)
- Source code metadata url added to the gemspec
- Replace `:producer` with `:producer_id` in events and update `StdoutListener` accordingly. This change aligns all the events in terms of not publishing the whole producer object in the events.
- Add `error.emitted` into the `StdoutListener`.
- Enable `StdoutLogger` in specs for additional integration coverage.
Expand Down
1 change: 1 addition & 0 deletions waterdrop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec)/}) }
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = %w[lib]
spec.metadata = { 'source_code_uri' => 'https://github.com/karafka/waterdrop' }
end

0 comments on commit c8c2ffa

Please sign in to comment.