Skip to content

Commit 3a13234

Browse files
release: Release 12 gems (#1749)
1 parent 04916cb commit 3a13234

File tree

28 files changed

+104
-26
lines changed

28 files changed

+104
-26
lines changed

instrumentation/action_mailer/CHANGELOG.md

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

3+
### v0.6.0 / 2025-10-21
4+
5+
* BREAKING CHANGE: Min Ruby Version 3.2 and Rails 7.1
6+
7+
* ADDED: Min Ruby Version 3.2 and Rails 7.1
8+
39
### v0.5.0 / 2025-09-30
410

511
* ADDED: Bump minimum API Version to 1.7

instrumentation/action_mailer/lib/opentelemetry/instrumentation/action_mailer/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 Instrumentation
99
module ActionMailer
10-
VERSION = '0.5.0'
10+
VERSION = '0.6.0'
1111
end
1212
end
1313
end

instrumentation/action_pack/CHANGELOG.md

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

3+
### v0.15.0 / 2025-10-21
4+
5+
* BREAKING CHANGE: Min Ruby Version 3.2 and Rails 7.1
6+
7+
* ADDED: Min Ruby Version 3.2 and Rails 7.1
8+
39
### v0.14.1 / 2025-10-07
410

511
* FIXED: Unify rack middleware_args

instrumentation/action_pack/lib/opentelemetry/instrumentation/action_pack/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 Instrumentation
99
module ActionPack
10-
VERSION = '0.14.1'
10+
VERSION = '0.15.0'
1111
end
1212
end
1313
end

instrumentation/action_view/CHANGELOG.md

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

3+
### v0.11.0 / 2025-10-21
4+
5+
* BREAKING CHANGE: Min Ruby Version 3.2 and Rails 7.1
6+
7+
* ADDED: Min Ruby Version 3.2 and Rails 7.1
8+
39
### v0.10.0 / 2025-09-30
410

511
* ADDED: Bump minimum API Version to 1.7

instrumentation/action_view/lib/opentelemetry/instrumentation/action_view/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 Instrumentation
99
module ActionView
10-
VERSION = '0.10.0'
10+
VERSION = '0.11.0'
1111
end
1212
end
1313
end

instrumentation/active_job/CHANGELOG.md

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

3+
### v0.10.0 / 2025-10-21
4+
5+
* BREAKING CHANGE: Min Ruby Version 3.2 and Rails 7.1
6+
7+
* ADDED: Min Ruby Version 3.2 and Rails 7.1
8+
39
### v0.9.2 / 2025-10-07
410

511
* DOCS: Enhance README

instrumentation/active_job/lib/opentelemetry/instrumentation/active_job/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 Instrumentation
99
module ActiveJob
10-
VERSION = '0.9.2'
10+
VERSION = '0.10.0'
1111
end
1212
end
1313
end

instrumentation/active_record/CHANGELOG.md

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

3+
### v0.11.0 / 2025-10-21
4+
5+
* BREAKING CHANGE: Min Ruby Version 3.2 and Rails 7.1
6+
7+
* ADDED: Min Ruby Version 3.2 and Rails 7.1
8+
39
### v0.10.1 / 2025-09-30
410

511
* FIXED: Min OTel Ruby API 1.7

instrumentation/active_record/lib/opentelemetry/instrumentation/active_record/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 Instrumentation
99
module ActiveRecord
10-
VERSION = '0.10.1'
10+
VERSION = '0.11.0'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)