Unverified Commit 18998f3f authored by Russell Cohen's avatar Russell Cohen Committed by GitHub
Browse files

Changelogs (#1090)

* Update changelogs

* Update versions
parent 3e15e4a9
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
<!-- Do not manually edit this file, use `update-changelogs` -->
v0.35.1 (January 19th, 2022)
============================
_Changes only impact generated AWS SDK_


0.35.0 (January 19, 2022)
=========================
**New this release:**
+0 −6
Original line number Diff line number Diff line
@@ -10,9 +10,3 @@
# references = ["smithy-rs#920"]
# meta = { "breaking" = false, "tada" = false, "bug" = false }
# author = "rcoh"

[[aws-sdk-rust]]
message = "Fix dev-dependency cycle between aws-sdk-sso and aws-config"
meta = { "breaking" = false, "tada" = false, "bug" = true }
references = ["smithy-rs#1089"]
author = "rcoh"
+7 −0
Original line number Diff line number Diff line
<!-- Do not manually edit this file, use `update-changelogs` -->
v0.5.1 (January 19th, 2022)
===========================
**New this release:**
- 🐛 ([smithy-rs#1089](https://github.com/awslabs/smithy-rs/issues/1089)) Fix dev-dependency cycle between aws-sdk-sso and aws-config



0.5.0 (January 19, 2022)
========================
**New this release:**
+2 −2
Original line number Diff line number Diff line
@@ -5,10 +5,10 @@

# Version number to use for the generated SDK
# Note: these must always be full 3-segment semver versions
aws.sdk.version=0.5.0
aws.sdk.version=0.5.1

# Version number to use for the generated runtime crates
smithy.rs.runtime.crate.version=0.35.0
smithy.rs.runtime.crate.version=0.35.1

kotlin.code.style=official