Skip to content

Commit b5c304b

Browse files
committed
Release 2025-02-17
1 parent 590bb91 commit b5c304b

File tree

8 files changed

+22
-5
lines changed

8 files changed

+22
-5
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Release (2025-02-17)
2+
3+
## General Highlights
4+
* **Dependency Update**: Updated to the latest SDK module versions
5+
6+
## Module Highlights
7+
* `github.com/aws/smithy-go`: v1.22.3
8+
* **Dependency Update**: Bump minimum Go version to 1.22 per our language support policy.
9+
110
# Release (2025-01-21)
211

312
## General Highlights

go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

metrics/smithyotelmetrics/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.0.4 (2025-02-17)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.0.3 (2025-01-21)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

metrics/smithyotelmetrics/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/aws/smithy-go/metrics/smithyotelmetrics
33
go 1.22
44

55
require (
6-
github.com/aws/smithy-go v1.22.2
6+
github.com/aws/smithy-go v1.22.3
77
go.opentelemetry.io/otel v1.29.0
88
go.opentelemetry.io/otel/metric v1.29.0
99
)

metrics/smithyotelmetrics/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tracing/smithyoteltracing/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.0.4 (2025-02-17)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.0.3 (2025-01-21)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

tracing/smithyoteltracing/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/aws/smithy-go/tracing/smithyoteltracing
33
go 1.22
44

55
require (
6-
github.com/aws/smithy-go v1.22.2
6+
github.com/aws/smithy-go v1.22.3
77
go.opentelemetry.io/otel v1.29.0
88
go.opentelemetry.io/otel/trace v1.29.0
99
)

tracing/smithyoteltracing/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)