File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 4
4
# Copyright, 2021-2025, by Samuel Williams.
5
5
6
6
module Traces
7
- VERSION = "0.16.2 "
7
+ VERSION = "0.17.0 "
8
8
end
Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ Please see the [project documentation](https://socketry.github.io/traces/) for m
23
23
24
24
Please see the [ project releases] ( https://socketry.github.io/traces/releases/index ) for all releases.
25
25
26
+ ### v0.17.0
27
+
28
+ - Remove support for ` resource: ` keyword argument with no direct replacement – use an attribute instead.
29
+
26
30
### v0.16.0
27
31
28
32
- Introduce ` traces:provider:list ` command to list all available trace providers.
Original file line number Diff line number Diff line change 1
1
# Releases
2
2
3
- ## Unreleased
3
+ ## v0.17.0
4
4
5
5
- Remove support for ` resource: ` keyword argument with no direct replacement – use an attribute instead.
6
6
You can’t perform that action at this time.
0 commit comments