Unverified Commit 71fef7aa authored by Russell Cohen's avatar Russell Cohen Committed by GitHub
Browse files

version numbers and changelogs (#910)

parent 4b12d80d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
vNext (Month Day, Year)
=======================
**New this week**

**Breaking changes**

v0.31.0 (December 2nd, 2021)
=======================
**New this week**
- Add docs.rs metadata section to all crates to document all features

v0.30.0-alpha (November 23rd, 2021)
+5 −1
Original line number Diff line number Diff line
vNext (Month Day, Year)
=======================
**New this release**

v0.1.0 (December 2nd, 2021)
===========================
**New this release**
- Add docs.rs metadata section to all crates to document all features
- [Added a new example showing how to set all currently supported timeouts](./sdk/examples/setting_timeouts/src/main.rs)
- [Added a new example showing how to set all currently supported timeouts](./examples/setting_timeouts/src/main.rs)
- Add a new check so that the SDK doesn't emit an irrelevant `$HOME` dir warning when running in a Lambda (aws-sdk-rust#307)
- :bug: Don't capture empty session tokens from the `AWS_SESSION_TOKEN` environment variable (aws-sdk-rust#316, smithy-rs#906)

+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.26-alpha
aws.sdk.version=0.1.0

# Version number to use for the generated runtime crates
smithy.rs.runtime.crate.version=0.30.0-alpha
smithy.rs.runtime.crate.version=0.31.0

kotlin.code.style=official