Unverified Commit f4d3910f authored by Zelda Hessler's avatar Zelda Hessler Committed by GitHub
Browse files

prepare for release of 0.35.2/0.5.2 (#1103)

parent 88aaa330
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
<!-- Do not manually edit this file, use `update-changelogs` -->
0.35.2 (January 20th, 2022)
===========================
_Changes only impact generated AWS SDK_

v0.35.1 (January 19th, 2022)
============================
_Changes only impact generated AWS SDK_
+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 = "_Internal:_ Update sync script to run gradle clean. This fixes an issue where codegen was not triggered when only properties changed."
author = "rcoh"
meta = { "breaking" = false, "tada" = false, "bug" = true }
references = ["smithy-rs#1100"]
+7 −0
Original line number Diff line number Diff line
<!-- Do not manually edit this file, use `update-changelogs` -->
0.5.2 (January 20th, 2022)
==========================
**New this release:**
- 🐛 ([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.



v0.5.1 (January 19th, 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.1
aws.sdk.version=0.5.2

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

kotlin.code.style=official