Skip to content

Commit

Permalink
release: Release 3 gems
Browse files Browse the repository at this point in the history
* opentelemetry-instrumentation-all 056.0 (was 0.55.0)
* opentelemetry-instrumentation-action_pack 0.9.0 (was 0.8.0)
* opentelemetry-instrumentation-rails 0.30.0 (was 0.29.1)
  • Loading branch information
opentelemetrybot committed Jan 9, 2024
1 parent 6ef33f2 commit 33603c0
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 3 deletions.
4 changes: 4 additions & 0 deletions instrumentation/action_pack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-action_pack

### v0.9.0 / 2024-01-09

* (No significant changes)

### v0.8.0 / 2023-11-22

* BREAKING CHANGE: Drop Rails 6.0 EOL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActionPack
VERSION = '0.8.0'
VERSION = '0.9.0'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-all

### v056.0 / 2024-01-09

* (No significant changes)

### v0.55.0 / 2024-01-06

* CHANGED: Upgrade Trilogy and Rack [#796](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/796)
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.55.0'
VERSION = '056.0'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/rails/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-rails

### v0.30.0 / 2024-01-09

* (No significant changes)

### v0.29.1 / 2023-11-23

* CHANGED: Applied Rubocop Performance Recommendations [#727](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/727)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Rails
VERSION = '0.29.1'
VERSION = '0.30.0'
end
end
end

0 comments on commit 33603c0

Please sign in to comment.