Skip to content

Commit

Permalink
Release 2024-11-15
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianyi Wang committed Nov 15, 2024
1 parent 4d1e793 commit bed421c
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .changelog/cde77183ed444fbcb4c61059b254fc94.json

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Release (2024-11-15)

## General Highlights
* **Dependency Update**: Updated to the latest SDK module versions

## Module Highlights
* `github.com/aws/smithy-go`: v1.22.1
* **Bug Fix**: Fix failure to replace URI path segments when their names overlap.

# Release (2024-10-03)

## General Highlights
Expand Down
2 changes: 1 addition & 1 deletion go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions metrics/smithyotelmetrics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.0.2 (2024-11-15)

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

# v1.0.1 (2024-10-03)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion metrics/smithyotelmetrics/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/smithy-go/metrics/smithyotelmetrics
go 1.22

require (
github.com/aws/smithy-go v1.22.0
github.com/aws/smithy-go v1.22.1
go.opentelemetry.io/otel v1.29.0
go.opentelemetry.io/otel/metric v1.29.0
)
Expand Down
2 changes: 1 addition & 1 deletion metrics/smithyotelmetrics/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions tracing/smithyoteltracing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.0.2 (2024-11-15)

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

# v1.0.1 (2024-10-03)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion tracing/smithyoteltracing/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/smithy-go/tracing/smithyoteltracing
go 1.22

require (
github.com/aws/smithy-go v1.22.0
github.com/aws/smithy-go v1.22.1
go.opentelemetry.io/otel v1.29.0
go.opentelemetry.io/otel/trace v1.29.0
)
Expand Down
2 changes: 1 addition & 1 deletion tracing/smithyoteltracing/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bed421c

Please sign in to comment.