Skip to content

Commit

Permalink
Changelogs (#1090)
Browse files Browse the repository at this point in the history
* Update changelogs

* Update versions
  • Loading branch information
rcoh authored Jan 19, 2022
1 parent 3e15e4a commit 18998f3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<!-- Do not manually edit this file, use `update-changelogs` -->
v0.35.1 (January 19th, 2022)
============================
_Changes only impact generated AWS SDK_


0.35.0 (January 19, 2022)
=========================
**New this release:**
Expand Down
6 changes: 0 additions & 6 deletions CHANGELOG.next.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,3 @@
# references = ["smithy-rs#920"]
# meta = { "breaking" = false, "tada" = false, "bug" = false }
# author = "rcoh"

[[aws-sdk-rust]]
message = "Fix dev-dependency cycle between aws-sdk-sso and aws-config"
meta = { "breaking" = false, "tada" = false, "bug" = true }
references = ["smithy-rs#1089"]
author = "rcoh"
7 changes: 7 additions & 0 deletions aws/SDK_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<!-- Do not manually edit this file, use `update-changelogs` -->
v0.5.1 (January 19th, 2022)
===========================
**New this release:**
- 🐛 ([smithy-rs#1089](https://github.com/awslabs/smithy-rs/issues/1089)) Fix dev-dependency cycle between aws-sdk-sso and aws-config



0.5.0 (January 19, 2022)
========================
**New this release:**
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0
aws.sdk.version=0.5.1

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

kotlin.code.style=official

Expand Down

0 comments on commit 18998f3

Please sign in to comment.