Skip to content

Commit 779fce2

Browse files
Zelda HesslerVelfi
authored andcommitted
update: changelog and readme for v0.5.2
1 parent 9cf7d68 commit 779fce2

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
<!-- Do not manually edit this file, use `update-changelogs` -->
2+
0.5.2 (January 20th, 2022)
3+
==========================
4+
5+
**New this release:**
6+
- 🐛 ([smithy-rs#1100](https://github.com/awslabs/smithy-rs/issues/1100)) _Internal:_ Update sync script to run gradle clean. This fixes an issue where codegen was not triggered when only properties changed.
7+
8+
v0.5.1 (January 19th, 2022)
9+
===========================
10+
11+
**New this release:**
12+
- 🐛 ([smithy-rs#1089](https://github.com/awslabs/smithy-rs/issues/1089)) Fix dev-dependency cycle between aws-sdk-sso and aws-config
13+
214
0.5.0 (January 19, 2022)
315
========================
416
**New this release:**

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# The AWS SDK for Rust [![Docs](https://img.shields.io/badge/docs-v0.5.0-blue)](https://awslabs.github.io/aws-sdk-rust/) ![MSRV](https://img.shields.io/badge/msrv-1.54-red) [![Usage Guide](https://img.shields.io/badge/Developer_Guide-blue)](https://docs.aws.amazon.com/sdk-for-rust/latest/dg/welcome.html)
1+
# The AWS SDK for Rust [![Docs](https://img.shields.io/badge/docs-v0.5.2-blue)](https://awslabs.github.io/aws-sdk-rust/) ![MSRV](https://img.shields.io/badge/msrv-1.54-red) [![Usage Guide](https://img.shields.io/badge/Developer_Guide-blue)](https://docs.aws.amazon.com/sdk-for-rust/latest/dg/welcome.html)
22

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

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

2020
```toml
2121
[dependencies]
22-
aws-config = "0.5.0"
23-
aws-sdk-dynamodb = "0.5.0"
22+
aws-config = "0.5.2"
23+
aws-sdk-dynamodb = "0.5.2"
2424
tokio = { version = "1", features = ["full"] }
2525
```
2626

0 commit comments

Comments
 (0)