Skip to content

Commit

Permalink
fix: Bump all version
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin committed Sep 7, 2023
1 parent 094273d commit 802a526
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .toys/.data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ gems:
directory: instrumentation/active_model_serializers
version_constant: [OpenTelemetry, Instrumentation, ActiveModelSerializers, VERSION]

- name: opentelemetry-instrumentation-all
directory: instrumentation/all
version_constant: [OpenTelemetry, Instrumentation, All, VERSION]

- name: opentelemetry-instrumentation-concurrent_ruby
directory: instrumentation/concurrent_ruby
version_constant: [OpenTelemetry, Instrumentation, ConcurrentRuby, VERSION]
Expand Down Expand Up @@ -195,6 +191,10 @@ gems:
directory: instrumentation/sinatra
version_constant: [OpenTelemetry, Instrumentation, Sinatra, VERSION]

- name: opentelemetry-instrumentation-all
directory: instrumentation/all
version_constant: [OpenTelemetry, Instrumentation, All, VERSION]

- name: opentelemetry-propagator-ottrace
directory: propagator/ottrace
version_constant: [OpenTelemetry, Propagator, OTTrace, VERSION]
Expand Down
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

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

* FIXED: Align messaging instrumentation operation names

### v0.40.0 / 2023-08-07

* ADDED: Add Gruf instrumentation
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.40.0'
VERSION = '0.50.0'
end
end
end

0 comments on commit 802a526

Please sign in to comment.