Skip to content

Commit 78c37f4

Browse files
authored
chore: Release 0.9.2 (#871)
1 parent f7245d1 commit 78c37f4

File tree

6 files changed

+194
-194
lines changed

6 files changed

+194
-194
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ let package = Package(
364364
.library(name: "AWSXRay", targets: ["AWSXRay"]),
365365
],
366366
dependencies: [
367-
.package(url: "https://github.com/awslabs/aws-crt-swift", .exact("0.5.7"))
367+
.package(url: "https://github.com/awslabs/aws-crt-swift", .exact("0.5.8"))
368368
],
369369
targets: [
370370
// MARK: - Core Targets
@@ -1070,6 +1070,6 @@ case (false, true):
10701070
]
10711071
case (false, false):
10721072
package.dependencies += [
1073-
.package(url: "https://github.com/awslabs/smithy-swift", .exact("0.10.3"))
1073+
.package(url: "https://github.com/awslabs/smithy-swift", .exact("0.10.4"))
10741074
]
10751075
}

Sources/Services/AWSS3/EndpointResolver.swift

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Sources/Services/AWSS3Control/EndpointResolver.swift

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)