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

update: gradle.properties for release (#1324)

* update: gradle.properties for release

* update: aws.sdk.version to 0.10.1
fix: changelog
parent 7885dc71
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
<!-- Do not manually edit this file, use `update-changelogs` -->
0.40.1 (April 14th, 2022)
0.40.2 (April 14th, 2022)
=========================
**New this release:**
- Undo the MSRV bump from v1.56.1 to v1.58.1

0.40.0 (April 13th, 2022)
=========================
**Breaking Changes:**
- ⚠ ([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)

+2 −1
Original line number Diff line number Diff line
<!-- Do not manually edit this file, use `update-changelogs` -->
0.10.0 (April 13th, 2022)
0.10.1 (April 14th, 2022)
=========================

**Breaking Changes:**
- ⚠ ([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)

+2 −2
Original line number Diff line number Diff line
@@ -8,10 +8,10 @@ rust.msrv=1.56.1

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

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

kotlin.code.style=official