Unverified Commit 3ae9bcf7 authored by John DiSanti's avatar John DiSanti Committed by GitHub
Browse files

Prepare `v0.28.0-alpha` release (#852) (#854)

parent 3fe5efce
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -2,6 +2,13 @@ vNext (Month Day, Year)
=======================
- Update README & aws-sdk-rust CI for MSRV upgrade to 1.54

v0.28.0-alpha (November 11th, 2021)
===================================

No changes since last release except for version bumping since older versions
of the AWS SDK were failing to compile with the `0.27.0-alpha.2` version chosen
for the previous release.

v0.27.0-alpha.2 (November 9th, 2021)
=======================
**Breaking Changes**
+7 −0
Original line number Diff line number Diff line
@@ -2,6 +2,13 @@ vNext (Month Day, Year)
=======================
- Update README & aws-sdk-rust CI for MSRV upgrade to 1.54

v0.0.25-alpha (November 11th, 2021)
===================================

No changes since last release except for version bumping since older versions
of the AWS SDK were failing to compile with the `0.27.0-alpha.2` version chosen
for some of the supporting crates.

v0.0.24-alpha (November 9th, 2021)
==================================
**Breaking Changes**
+2 −2
Original line number Diff line number Diff line
@@ -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.0.24-alpha
aws.sdk.version=0.0.25-alpha

# Version number to use for the generated runtime crates
smithy.rs.runtime.crate.version=0.27.0-alpha.2
smithy.rs.runtime.crate.version=0.28.0-alpha

kotlin.code.style=official