Skip to content

Commit f4165a0

Browse files
rcohjdisanti
authored andcommitted
[autosync] Changelogs (#1090)
* Update changelogs * Update versions
1 parent 45ba84d commit f4165a0

File tree

357 files changed

+3441
-3441
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

357 files changed

+3441
-3441
lines changed

.smithyrs-githash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3e15e4a90cf9143c7e9b82b8594c4e731942a0dd
1+
18998f3ff38b7edbbd69640cabb21a4fe3619184

examples/apigateway/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ version = "0.1.0"
55
edition = "2018"
66
[dependencies.aws-config]
77
path = "../../sdk/aws-config"
8-
version = "0.5.0"
8+
version = "0.5.1"
99

1010
[dependencies.aws-smithy-types-convert]
1111
path = "../../sdk/aws-smithy-types-convert"
1212
features = ["convert-chrono"]
13-
version = "0.35.0"
13+
version = "0.35.1"
1414

1515
[dependencies.aws-sdk-apigateway]
1616
path = "../../sdk/apigateway"

examples/apigatewaymanagement/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ http = "0.2.5"
99

1010
[dependencies.aws-config]
1111
path = "../../sdk/aws-config"
12-
version = "0.5.0"
12+
version = "0.5.1"
1313

1414
[dependencies.aws-sdk-apigatewaymanagement]
1515
path = "../../sdk/apigatewaymanagement"

examples/applicationautoscaling/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ authors = ["John DiSanti <jdisanti@amazon.com>, Doug Schwartz <dougsch@amazon.co
66
edition = "2018"
77
[dependencies.aws-config]
88
path = "../../sdk/aws-config"
9-
version = "0.5.0"
9+
version = "0.5.1"
1010

1111
[dependencies.aws-sdk-applicationautoscaling]
1212
path = "../../sdk/applicationautoscaling"
1313
version = "0.5.0"
1414

1515
[dependencies.aws-types]
1616
path = "../../sdk/aws-types"
17-
version = "0.5.0"
17+
version = "0.5.1"
1818

1919
[dependencies.tokio]
2020
version = "1"

examples/autoscaling/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Doug Schwartz <dougsch@amazon.com>"]
66
edition = "2018"
77
[dependencies.aws-config]
88
path = "../../sdk/aws-config"
9-
version = "0.5.0"
9+
version = "0.5.1"
1010

1111
[dependencies.aws-sdk-autoscaling]
1212
path = "../../sdk/autoscaling"

examples/autoscalingplans/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ authors = ["John DiSanti <jdisanti@amazon.com>"]
66
edition = "2018"
77
[dependencies.aws-config]
88
path = "../../sdk/aws-config"
9-
version = "0.5.0"
9+
version = "0.5.1"
1010

1111
[dependencies.aws-sdk-autoscalingplans]
1212
path = "../../sdk/autoscalingplans"
1313
version = "0.5.0"
1414

1515
[dependencies.aws-types]
1616
path = "../../sdk/aws-types"
17-
version = "0.5.0"
17+
version = "0.5.1"
1818

1919
[dependencies.tokio]
2020
version = "1"

examples/batch/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ authors = ["Alistair McLean <mclean@amazon.com>", "Doug Schwartz <dougsch@amazon
66
edition = "2018"
77
[dependencies.aws-config]
88
path = "../../sdk/aws-config"
9-
version = "0.5.0"
9+
version = "0.5.1"
1010

1111
[dependencies.aws-sdk-batch]
1212
path = "../../sdk/batch"
1313
version = "0.5.0"
1414

1515
[dependencies.aws-types]
1616
path = "../../sdk/aws-types"
17-
version = "0.5.0"
17+
version = "0.5.1"
1818

1919
[dependencies.tokio]
2020
version = "1"

examples/ca-certs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ rustls = "0.20.2"
1111

1212
[dependencies.aws-config]
1313
path = "../../sdk/aws-config"
14-
version = "0.5.0"
14+
version = "0.5.1"
1515

1616
[dependencies.aws-smithy-client]
1717
path = "../../sdk/aws-smithy-client"
18-
version = "0.35.0"
18+
version = "0.35.1"
1919

2020
[dependencies.aws-sdk-s3]
2121
package = "aws-sdk-s3"

examples/cloudformation/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Alistair McLean <mclean@amazon.com>", "Doug Schwartz <dougsch@amazon
66
edition = "2018"
77
[dependencies.aws-config]
88
path = "../../sdk/aws-config"
9-
version = "0.5.0"
9+
version = "0.5.1"
1010

1111
[dependencies.aws-sdk-cloudformation]
1212
package = "aws-sdk-cloudformation"
@@ -15,7 +15,7 @@ version = "0.5.0"
1515

1616
[dependencies.aws-types]
1717
path = "../../sdk/aws-types"
18-
version = "0.5.0"
18+
version = "0.5.1"
1919

2020
[dependencies.tokio]
2121
version = "1"

examples/cloudwatch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@a
66
edition = "2018"
77
[dependencies.aws-config]
88
path = "../../sdk/aws-config"
9-
version = "0.5.0"
9+
version = "0.5.1"
1010

1111
[dependencies.aws-sdk-cloudwatch]
1212
path = "../../sdk/cloudwatch"

0 commit comments

Comments
 (0)