Skip to content

Commit f3096e4

Browse files
release: Release 2 gems (#1784)
1 parent 95f7b47 commit f3096e4

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

helpers/sql-processor/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History: opentelemetry-helpers-sql-processor
22

3+
### v0.3.1 / 2025-11-11
4+
5+
* DOCS: Update example to match new gem namespace (sql-processor)
6+
37
### v0.3.0 / 2025-11-04
48

59
* ADDED: Refactor SQL processor file structure for clarity

helpers/sql-processor/lib/opentelemetry/helpers/sql_processor/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 Helpers
99
module SqlProcessor
10-
VERSION = '0.3.0'
10+
VERSION = '0.3.1'
1111
end
1212
end
1313
end
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# Release History: opentelemetry-instrumentation-factory_bot
22

3+
### v0.1.0 / 2025-11-11
4+
5+
Initial release.

instrumentation/factory_bot/lib/opentelemetry/instrumentation/factory_bot/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 FactoryBot
10-
VERSION = '0.0.0'
10+
VERSION = '0.1.0'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)