Skip to content

Commit

Permalink
Bump code generators to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gosar committed Mar 2, 2022
1 parent 110bb19 commit 4c86910
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Smithy AWS Typescript Codegen Changelog

## 0.10.0 (2022-03-02)

### Features

* Added http checksum dependency integration. ([#3346](https://github.com/aws/aws-sdk-js-v3/pull/3346), [#3349](https://github.com/aws/aws-sdk-js-v3/pull/3349))

### Bug Fixes

* Disabled bucket endpoint plugin in WriteGetObjectResponseCommand. ([#3344](https://github.com/aws/aws-sdk-js-v3/pull/3344))
* Fixed set deserialization in SSDKs. ([#3322](https://github.com/aws/aws-sdk-js-v3/pull/3322))

## 0.9.0 (2022-02-14)

### Features
Expand Down
2 changes: 1 addition & 1 deletion codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ allprojects {
mavenCentral()
}
group = "software.amazon.smithy.typescript"
version = "0.9.0"
version = "0.10.0"
}

extra["smithyVersion"] = "[1.17.0,1.18.0["
Expand Down
2 changes: 1 addition & 1 deletion codegen/smithy-aws-typescript-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
api("software.amazon.smithy:smithy-aws-iam-traits:${rootProject.extra["smithyVersion"]}")
api("software.amazon.smithy:smithy-protocol-test-traits:${rootProject.extra["smithyVersion"]}")
api("software.amazon.smithy:smithy-model:${rootProject.extra["smithyVersion"]}")
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.9.0")
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.10.0")
}

tasks.register("set-aws-sdk-versions") {
Expand Down

0 comments on commit 4c86910

Please sign in to comment.