Skip to content

Commit

Permalink
release: Release opentelemetry-instrumentation-resque 0.5.0 (#660)
Browse files Browse the repository at this point in the history
* release: Release opentelemetry-instrumentation-resque 0.5.0

* docs: Update instrumentation/resque/CHANGELOG.md

* chore: Bump all 0.50.1

---------

Co-authored-by: Ariel Valentin <ariel@arielvalentin.com>
Co-authored-by: Ariel Valentin <arielvalentin@users.noreply.github.com>
Co-authored-by: Ariel Valentin <arielvalentin@github.com>
  • Loading branch information
4 people authored Sep 7, 2023
1 parent d0d8e2d commit c6b0a65
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions instrumentation/all/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### v0.50.0 / 2023-09-07

* FIXED: Align messaging instrumentation operation names (Resque)

### v0.50.0 / 2023-09-07

* FIXED: Align messaging instrumentation operation names

### v0.40.0 / 2023-08-07
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module All
VERSION = '0.50.0'
VERSION = '0.50.1'
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'opentelemetry-instrumentation-rake', '~> 0.2.1'
spec.add_dependency 'opentelemetry-instrumentation-rdkafka', '~> 0.4.0'
spec.add_dependency 'opentelemetry-instrumentation-redis', '~> 0.25.1'
spec.add_dependency 'opentelemetry-instrumentation-resque', '~> 0.4.1'
spec.add_dependency 'opentelemetry-instrumentation-resque', '~> 0.5.0'
spec.add_dependency 'opentelemetry-instrumentation-restclient', '~> 0.22.1'
spec.add_dependency 'opentelemetry-instrumentation-ruby_kafka', '~> 0.21.0'
spec.add_dependency 'opentelemetry-instrumentation-sidekiq', '~> 0.25.0'
Expand Down
4 changes: 4 additions & 0 deletions instrumentation/resque/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-resque

### v0.5.0 / 2023-09-07

* FIXED: Align messaging instrumentation operation names

### v0.4.2 / 2023-08-03

* FIXED: Remove inline linter rules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Resque
VERSION = '0.4.2'
VERSION = '0.5.0'
end
end
end

0 comments on commit c6b0a65

Please sign in to comment.