Skip to content

Commit

Permalink
[autosync] update: gradle.properties for release (#1324) (#514)
Browse files Browse the repository at this point in the history
* update: gradle.properties for release

* update: aws.sdk.version to 0.10.1
fix: changelog
  • Loading branch information
Zelda Hessler authored Apr 14, 2022
1 parent 6ef6857 commit 3ff4157
Show file tree
Hide file tree
Showing 672 changed files with 5,082 additions and 5,081 deletions.
2 changes: 1 addition & 1 deletion .smithyrs-githash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7885dc71977aaaa544b31c544106cc58463dfe48
c5e2ce5083e6525baa8a71b45ac77f994d8516aa
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!-- Do not manually edit this file, use `update-changelogs` -->
0.10.0 (April 13th, 2022)
0.10.1 (April 14th, 2022)
=========================

**Breaking Changes:**
- ⚠ ([aws-sdk-rust#490](https://github.com/awslabs/aws-sdk-rust/issues/490)) Update all SDK and runtime crates to [edition 2021](https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html)

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This README file is auto-generated by the build system in awslabs/smithy-rs.
To update it, edit the `aws/SDK_README.md.hb` Handlebars template in that repository.
-->

# The AWS SDK for Rust [![Docs](https://img.shields.io/badge/docs-v0.10.0-blue)](https://awslabs.github.io/aws-sdk-rust/) ![MSRV](https://img.shields.io/badge/msrv-1.56.1-red) [![Usage Guide](https://img.shields.io/badge/Developer_Guide-blue)](https://docs.aws.amazon.com/sdk-for-rust/latest/dg/welcome.html)
# The AWS SDK for Rust [![Docs](https://img.shields.io/badge/docs-v0.10.1-blue)](https://awslabs.github.io/aws-sdk-rust/) ![MSRV](https://img.shields.io/badge/msrv-1.56.1-red) [![Usage Guide](https://img.shields.io/badge/Developer_Guide-blue)](https://docs.aws.amazon.com/sdk-for-rust/latest/dg/welcome.html)

This repo contains the new AWS SDK for Rust (the SDK) and its [public roadmap](https://github.com/awslabs/aws-sdk-rust/projects/1).

Expand All @@ -25,8 +25,8 @@ The SDK provides one crate per AWS service. You must add [Tokio](https://crates.

```toml
[dependencies]
aws-config = "0.10.0"
aws-sdk-dynamodb = "0.10.0"
aws-config = "0.10.1"
aws-sdk-dynamodb = "0.10.1"
tokio = { version = "1", features = ["full"] }
```

Expand Down
6 changes: 3 additions & 3 deletions examples/apigateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ edition = "2018"
publish = false
[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.10.0"
version = "0.10.1"

[dependencies.aws-sdk-apigateway]
path = "../../sdk/apigateway"
version = "0.10.0"
version = "0.10.1"

[dependencies.aws-smithy-types-convert]
features = ["convert-chrono"]
path = "../../sdk/aws-smithy-types-convert"
version = "0.40.0"
version = "0.40.2"

[dependencies.tokio]
version = "1"
Expand Down
4 changes: 2 additions & 2 deletions examples/apigatewaymanagement/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ http = "0.2.5"

[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.10.0"
version = "0.10.1"

[dependencies.aws-sdk-apigatewaymanagement]
path = "../../sdk/apigatewaymanagement"
version = "0.10.0"
version = "0.10.1"

[dependencies.tokio]
version = "1"
Expand Down
4 changes: 2 additions & 2 deletions examples/applicationautoscaling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ edition = "2018"
publish = false
[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.10.0"
version = "0.10.1"

[dependencies.aws-sdk-applicationautoscaling]
path = "../../sdk/applicationautoscaling"
version = "0.10.0"
version = "0.10.1"

[dependencies.tokio]
version = "1"
Expand Down
4 changes: 2 additions & 2 deletions examples/autoscaling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ edition = "2018"
publish = false
[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.10.0"
version = "0.10.1"

[dependencies.aws-sdk-autoscaling]
path = "../../sdk/autoscaling"
version = "0.10.0"
version = "0.10.1"

[dependencies.tokio]
version = "1"
Expand Down
6 changes: 3 additions & 3 deletions examples/autoscalingplans/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ edition = "2018"
publish = false
[dependencies.aws-sdk-autoscalingplans]
path = "../../sdk/autoscalingplans"
version = "0.10.0"
version = "0.10.1"

[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.10.0"
version = "0.10.1"

[dependencies.aws-types]
path = "../../sdk/aws-types"
version = "0.10.0"
version = "0.10.1"

[dependencies.tokio]
version = "1"
Expand Down
4 changes: 2 additions & 2 deletions examples/batch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ edition = "2018"
publish = false
[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.10.0"
version = "0.10.1"

[dependencies.aws-sdk-batch]
path = "../../sdk/batch"
version = "0.10.0"
version = "0.10.1"

[dependencies.tokio]
version = "1"
Expand Down
6 changes: 3 additions & 3 deletions examples/ca-certs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ rustls = "0.20.2"

[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.10.0"
version = "0.10.1"

[dependencies.aws-smithy-client]
path = "../../sdk/aws-smithy-client"
version = "0.40.0"
version = "0.40.2"

[dependencies.aws-sdk-s3]
default-features = false
path = "../../sdk/s3"
version = "0.10.0"
version = "0.10.1"

[dependencies.tokio]
version = "1"
Expand Down
4 changes: 2 additions & 2 deletions examples/cloudformation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ edition = "2018"
publish = false
[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.10.0"
version = "0.10.1"

[dependencies.aws-sdk-cloudformation]
path = "../../sdk/cloudformation"
version = "0.10.0"
version = "0.10.1"

[dependencies.tokio]
version = "1"
Expand Down
4 changes: 2 additions & 2 deletions examples/cloudwatch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ edition = "2018"
publish = false
[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.10.0"
version = "0.10.1"

[dependencies.aws-sdk-cloudwatch]
path = "../../sdk/cloudwatch"
version = "0.10.0"
version = "0.10.1"

[dependencies.tokio]
version = "1"
Expand Down
6 changes: 3 additions & 3 deletions examples/cloudwatchlogs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ edition = "2018"
publish = false
[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.10.0"
version = "0.10.1"

[dependencies.aws-sdk-cloudwatchlogs]
path = "../../sdk/cloudwatchlogs"
version = "0.10.0"
version = "0.10.1"

[dependencies.aws-types]
path = "../../sdk/aws-types"
version = "0.10.0"
version = "0.10.1"

[dependencies.tokio]
version = "1"
Expand Down
6 changes: 3 additions & 3 deletions examples/cognitoidentity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ chrono = "0.4"

[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.10.0"
version = "0.10.1"

[dependencies.aws-sdk-cognitoidentity]
path = "../../sdk/cognitoidentity"
version = "0.10.0"
version = "0.10.1"

[dependencies.aws-smithy-types-convert]
features = ["convert-chrono"]
path = "../../sdk/aws-smithy-types-convert"
version = "0.40.0"
version = "0.40.2"

[dependencies.tokio]
version = "1"
Expand Down
6 changes: 3 additions & 3 deletions examples/cognitoidentityprovider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ edition = "2018"
publish = false
[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.10.0"
version = "0.10.1"

[dependencies.aws-sdk-cognitoidentityprovider]
path = "../../sdk/cognitoidentityprovider"
version = "0.10.0"
version = "0.10.1"

[dependencies.aws-smithy-types-convert]
features = ["convert-chrono"]
path = "../../sdk/aws-smithy-types-convert"
version = "0.40.0"
version = "0.40.2"

[dependencies.tokio]
version = "1"
Expand Down
6 changes: 3 additions & 3 deletions examples/cognitosync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ edition = "2018"
publish = false
[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.10.0"
version = "0.10.1"

[dependencies.aws-sdk-cognitosync]
path = "../../sdk/cognitosync"
version = "0.10.0"
version = "0.10.1"

[dependencies.aws-smithy-types-convert]
features = ["convert-chrono"]
path = "../../sdk/aws-smithy-types-convert"
version = "0.40.0"
version = "0.40.2"

[dependencies.tokio]
version = "1"
Expand Down
4 changes: 2 additions & 2 deletions examples/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ edition = "2018"
publish = false
[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.10.0"
version = "0.10.1"

[dependencies.aws-sdk-config]
path = "../../sdk/config"
version = "0.10.0"
version = "0.10.1"

[dependencies.tokio]
version = "1"
Expand Down
4 changes: 2 additions & 2 deletions examples/custom_retries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ edition = "2018"
publish = false
[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.10.0"
version = "0.10.1"

[dependencies.aws-sdk-s3]
path = "../../sdk/s3"
version = "0.10.0"
version = "0.10.1"

[dependencies.tokio]
version = "1"
Expand Down
12 changes: 6 additions & 6 deletions examples/dynamodb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,29 @@ tokio-stream = "0.1.8"

[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.10.0"
version = "0.10.1"

[dependencies.aws-sdk-dynamodb]
path = "../../sdk/dynamodb"
version = "0.10.0"
version = "0.10.1"

[dependencies.aws-http]
path = "../../sdk/aws-http"
version = "0.10.0"
version = "0.10.1"

[dependencies.aws-smithy-client]
features = ["client-hyper", "rustls", "rt-tokio"]
path = "../../sdk/aws-smithy-client"
version = "0.40.0"
version = "0.40.2"

[dependencies.aws-smithy-http]
features = ["rt-tokio"]
path = "../../sdk/aws-smithy-http"
version = "0.40.0"
version = "0.40.2"

[dependencies.aws-smithy-types]
path = "../../sdk/aws-smithy-types"
version = "0.40.0"
version = "0.40.2"

[dependencies.structopt]
version = "0.3"
Expand Down
6 changes: 3 additions & 3 deletions examples/ebs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ sha2 = "0.9.5"

[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.10.0"
version = "0.10.1"

[dependencies.aws-sdk-ebs]
path = "../../sdk/ebs"
version = "0.10.0"
version = "0.10.1"

[dependencies.aws-sdk-ec2]
path = "../../sdk/ec2"
version = "0.10.0"
version = "0.10.1"

[dependencies.tokio]
version = "1"
Expand Down
6 changes: 3 additions & 3 deletions examples/ec2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ edition = "2018"
publish = false
[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.10.0"
version = "0.10.1"

[dependencies.aws-sdk-ec2]
path = "../../sdk/ec2"
version = "0.10.0"
version = "0.10.1"

[dependencies.aws-types]
path = "../../sdk/aws-types"
version = "0.10.0"
version = "0.10.1"

[dependencies.tokio]
version = "1"
Expand Down
6 changes: 3 additions & 3 deletions examples/ecr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ edition = "2018"
publish = false
[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.10.0"
version = "0.10.1"

[dependencies.aws-sdk-ecr]
path = "../../sdk/ecr"
version = "0.10.0"
version = "0.10.1"

[dependencies.aws-types]
path = "../../sdk/aws-types"
version = "0.10.0"
version = "0.10.1"

[dependencies.tokio]
version = "1"
Expand Down
4 changes: 2 additions & 2 deletions examples/ecs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ edition = "2018"
publish = false
[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.10.0"
version = "0.10.1"

[dependencies.aws-sdk-ecs]
path = "../../sdk/ecs"
version = "0.10.0"
version = "0.10.1"

[dependencies.tokio]
version = "1"
Expand Down
Loading

0 comments on commit 3ff4157

Please sign in to comment.