Skip to content

Commit c32e986

Browse files
otelbot-ruby-contrib[bot]otelbot[bot]arielvalentin
authored
release: Release 4 gems (#1752)
* release: Release 4 gems * opentelemetry-propagator-google_cloud_trace_context 0.3.0 (was 0.2.0) * opentelemetry-propagator-ottrace 0.24.0 (was 0.23.0) * opentelemetry-propagator-vitess 0.4.0 (was 0.3.0) * opentelemetry-propagator-xray 0.26.0 (was 0.25.0) * squash: bump release notes --------- Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com> Co-authored-by: Ariel Valentin <arielvalentin@github.com>
1 parent e758013 commit c32e986

File tree

8 files changed

+28
-4
lines changed

8 files changed

+28
-4
lines changed

propagator/google_cloud_trace_context/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History: opentelemetry-propagator-google_cloud_trace_context
22

3+
### v0.3.0 / 2025-10-22
4+
5+
* BREAKING CHANGE: Min Ruby Version 3.2
6+
7+
* ADDED: Min Ruby Version 3.2
8+
39
### v0.2.0 / 2025-09-30
410

511
* ADDED: Bump minimum API Version to 1.7

propagator/google_cloud_trace_context/lib/opentelemetry/propagator/google_cloud_trace_context/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module Propagator
1616
# Namespace for OpenTelemetry GoogleCloudTraceContext propagation
1717
module GoogleCloudTraceContext
1818
# Current gem version
19-
VERSION = '0.2.0'
19+
VERSION = '0.3.0'
2020
end
2121
end
2222
end

propagator/ottrace/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History: opentelemetry-propagator-ottrace
22

3+
### v0.24.0 / 2025-10-22
4+
5+
* BREAKING CHANGE: Min Ruby Version 3.2
6+
7+
* ADDED: Min Ruby Version 3.2
8+
39
### v0.23.0 / 2025-09-30
410

511
* ADDED: Bump minimum API Version to 1.7

propagator/ottrace/lib/opentelemetry/propagator/ottrace/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module OpenTelemetry
1515
module Propagator
1616
# Namespace for OpenTelemetry OTTrace propagation
1717
module OTTrace
18-
VERSION = '0.23.0'
18+
VERSION = '0.24.0'
1919
end
2020
end
2121
end

propagator/vitess/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History: opentelemetry-propagator-vitess
22

3+
### v0.4.0 / 2025-10-22
4+
5+
* BREAKING CHANGE: Min Ruby Version 3.2
6+
7+
* ADDED: Min Ruby Version 3.2
8+
39
### v0.3.0 / 2025-09-30
410

511
* ADDED: Bump minimum API Version to 1.7

propagator/vitess/lib/opentelemetry/propagator/vitess/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module OpenTelemetry
1515
module Propagator
1616
# Namespace for OpenTelemetry Vitess propagation
1717
module Vitess
18-
VERSION = '0.3.0'
18+
VERSION = '0.4.0'
1919
end
2020
end
2121
end

propagator/xray/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History: opentelemetry-propagator-xray
22

3+
### v0.26.0 / 2025-10-22
4+
5+
* BREAKING CHANGE: Min Ruby Version 3.2
6+
7+
* ADDED: Min Ruby Version 3.2
8+
39
### v0.25.0 / 2025-09-30
410

511
* ADDED: Bump minimum API Version to 1.7

propagator/xray/lib/opentelemetry/propagator/xray/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module OpenTelemetry
88
module Propagator
99
module XRay
10-
VERSION = '0.25.0'
10+
VERSION = '0.26.0'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)