Skip to content

Commit 50ee5fa

Browse files
committed
Bump minor version.
1 parent c82e520 commit 50ee5fa

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

lib/traces/backend/open_telemetry/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module Traces
99
module Backend
1010
# @namespace
1111
module OpenTelemetry
12-
VERSION = "0.3.0"
12+
VERSION = "0.4.0"
1313
end
1414
end
1515
end

readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ Please see the [project documentation](https://github.com/socketry/traces-backen
2020

2121
Please see the [project releases](https://github.com/socketry/traces-backend-open_telemetryreleases/index) for all releases.
2222

23+
### v0.4.0
24+
25+
- Fixed `Traces.active?` to correctly return `false` when there is no active trace, instead of always returning `true`.
26+
- Fixed `Traces.trace_context` to return `nil` when there is no active trace, instead of returning invalid Context objects.
27+
2328
### v0.3.0
2429

2530
- [New Context Propagation Interface](https://github.com/socketry/traces-backend-open_telemetryreleases/index#new-context-propagation-interface)

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## Unreleased
3+
## v0.4.0
44

55
- Fixed `Traces.active?` to correctly return `false` when there is no active trace, instead of always returning `true`.
66
- Fixed `Traces.trace_context` to return `nil` when there is no active trace, instead of returning invalid Context objects.

0 commit comments

Comments
 (0)