Skip to content

Commit f4d3910

Browse files
author
Zelda Hessler
authored
prepare for release of 0.35.2/0.5.2 (#1103)
1 parent 88aaa33 commit f4d3910

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<!-- Do not manually edit this file, use `update-changelogs` -->
2+
0.35.2 (January 20th, 2022)
3+
===========================
4+
_Changes only impact generated AWS SDK_
5+
26
v0.35.1 (January 19th, 2022)
37
============================
48
_Changes only impact generated AWS SDK_

CHANGELOG.next.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,3 @@
1010
# references = ["smithy-rs#920"]
1111
# meta = { "breaking" = false, "tada" = false, "bug" = false }
1212
# author = "rcoh"
13-
14-
[[aws-sdk-rust]]
15-
message = "_Internal:_ Update sync script to run gradle clean. This fixes an issue where codegen was not triggered when only properties changed."
16-
author = "rcoh"
17-
meta = { "breaking" = false, "tada" = false, "bug" = true }
18-
references = ["smithy-rs#1100"]

aws/SDK_CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
<!-- Do not manually edit this file, use `update-changelogs` -->
2+
0.5.2 (January 20th, 2022)
3+
==========================
4+
**New this release:**
5+
- 🐛 ([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.
6+
7+
8+
29
v0.5.1 (January 19th, 2022)
310
===========================
411
**New this release:**

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
# Version number to use for the generated SDK
77
# Note: these must always be full 3-segment semver versions
8-
aws.sdk.version=0.5.1
8+
aws.sdk.version=0.5.2
99

1010
# Version number to use for the generated runtime crates
11-
smithy.rs.runtime.crate.version=0.35.1
11+
smithy.rs.runtime.crate.version=0.35.2
1212

1313
kotlin.code.style=official
1414

0 commit comments

Comments
 (0)