You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,16 @@
1
1
<!-- 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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# The AWS SDK for Rust [](https://awslabs.github.io/aws-sdk-rust/)[](https://docs.aws.amazon.com/sdk-for-rust/latest/dg/welcome.html)
1
+
# The AWS SDK for Rust [](https://awslabs.github.io/aws-sdk-rust/)[](https://docs.aws.amazon.com/sdk-for-rust/latest/dg/welcome.html)
2
2
3
3
This repo contains the new AWS SDK for Rust (the SDK) and its [public roadmap](https://github.com/awslabs/aws-sdk-rust/projects/1).
4
4
@@ -19,8 +19,8 @@ The SDK provides one crate per AWS service. You must add [Tokio](https://crates.
0 commit comments