Skip to content

Commit

Permalink
prepare for release of 0.35.2/0.5.2 (#1103)
Browse files Browse the repository at this point in the history
  • Loading branch information
Velfi authored Jan 20, 2022
1 parent 88aaa33 commit f4d3910
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<!-- 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_
Expand Down
6 changes: 0 additions & 6 deletions CHANGELOG.next.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 7 additions & 0 deletions aws/SDK_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<!-- 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:**
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f4d3910

Please sign in to comment.