Skip to content

Commit c5e2ce5

Browse files
author
Zelda Hessler
authored
update: gradle.properties for release (#1324)
* update: gradle.properties for release * update: aws.sdk.version to 0.10.1 fix: changelog
1 parent 7885dc7 commit c5e2ce5

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
<!-- Do not manually edit this file, use `update-changelogs` -->
2-
0.40.1 (April 14th, 2022)
2+
0.40.2 (April 14th, 2022)
33
=========================
4-
**New this release:**
5-
- Undo the MSRV bump from v1.56.1 to v1.58.1
64

7-
0.40.0 (April 13th, 2022)
8-
=========================
95
**Breaking Changes:**
106
- ⚠ ([aws-sdk-rust#490](https://github.com/awslabs/aws-sdk-rust/issues/490)) Update all runtime crates to [edition 2021](https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html)
117

aws/SDK_CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!-- Do not manually edit this file, use `update-changelogs` -->
2-
0.10.0 (April 13th, 2022)
2+
0.10.1 (April 14th, 2022)
33
=========================
4+
45
**Breaking Changes:**
56
- ⚠ ([aws-sdk-rust#490](https://github.com/awslabs/aws-sdk-rust/issues/490)) Update all SDK and runtime crates to [edition 2021](https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html)
67

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ rust.msrv=1.56.1
88

99
# Version number to use for the generated SDK
1010
# Note: these must always be full 3-segment semver versions
11-
aws.sdk.version=0.10.0
11+
aws.sdk.version=0.10.1
1212

1313
# Version number to use for the generated runtime crates
14-
smithy.rs.runtime.crate.version=0.40.0
14+
smithy.rs.runtime.crate.version=0.40.2
1515

1616
kotlin.code.style=official
1717

0 commit comments

Comments
 (0)