Skip to content

Commit

Permalink
update: gradle.properties for release (#1324)
Browse files Browse the repository at this point in the history
* update: gradle.properties for release

* update: aws.sdk.version to 0.10.1
fix: changelog
  • Loading branch information
Velfi authored Apr 14, 2022
1 parent 7885dc7 commit c5e2ce5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
<!-- 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)

Expand Down
3 changes: 2 additions & 1 deletion aws/SDK_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!-- 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)

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c5e2ce5

Please sign in to comment.