Skip to content

Commit 3485cf0

Browse files
chore(codegen): bump to 0.9.0 (#3313)
1 parent 1eac1e7 commit 3485cf0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Diff for: codegen/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Smithy AWS Typescript Codegen Changelog
22

3+
## 0.9.0 (2022-02-14)
4+
5+
### Features
6+
7+
* Updated Smithy version to `1.17.0`. ([#3288](https://github.com/aws/aws-sdk-js-v3/pull/3288))
8+
* Added support for `defaultsMode`. ([#3192](https://github.com/aws/aws-sdk-js-v3/pull/3192))
9+
310
## 0.8.0 (2021-11-23)
411

512
### Features

Diff for: codegen/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ allprojects {
2828
mavenCentral()
2929
}
3030
group = "software.amazon.smithy.typescript"
31-
version = "0.8.0"
31+
version = "0.9.0"
3232
}
3333

3434
extra["smithyVersion"] = "[1.17.0,1.18.0["

Diff for: codegen/smithy-aws-typescript-codegen/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
api("software.amazon.smithy:smithy-aws-iam-traits:${rootProject.extra["smithyVersion"]}")
3737
api("software.amazon.smithy:smithy-protocol-test-traits:${rootProject.extra["smithyVersion"]}")
3838
api("software.amazon.smithy:smithy-model:${rootProject.extra["smithyVersion"]}")
39-
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.8.0")
39+
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.9.0")
4040
}
4141

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

0 commit comments

Comments
 (0)