Skip to content

Commit 8a5bf9f

Browse files
committed
Bump minor version.
1 parent 10ffdc4 commit 8a5bf9f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

lib/traces/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Copyright, 2021-2025, by Samuel Williams.
55

66
module Traces
7-
VERSION = "0.16.2"
7+
VERSION = "0.17.0"
88
end

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Please see the [project documentation](https://socketry.github.io/traces/) for m
2323

2424
Please see the [project releases](https://socketry.github.io/traces/releases/index) for all releases.
2525

26+
### v0.17.0
27+
28+
- Remove support for `resource:` keyword argument with no direct replacement – use an attribute instead.
29+
2630
### v0.16.0
2731

2832
- Introduce `traces:provider:list` command to list all available trace providers.

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.17.0
44

55
- Remove support for `resource:` keyword argument with no direct replacement – use an attribute instead.
66

0 commit comments

Comments
 (0)