Skip to content

Commit

Permalink
chore(codegen): bump code generators to 0.7.0 (#2978)
Browse files Browse the repository at this point in the history
  • Loading branch information
gosar committed Nov 3, 2021
1 parent 47d2a6c commit ba4386d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions codegen/CHANGELOG.md
@@ -1,5 +1,15 @@
# Smithy AWS Typescript Codegen Changelog

## 0.7.0 (2021-11-03)

### Features

* Updated set deserialization to reject duplicates. ([#2764](https://github.com/aws/aws-sdk-js-v3/pull/2764))
* Updated collection deserialization to reject null in non-sparse collections. ([#2771](https://github.com/aws/aws-sdk-js-v3/pull/2771))
* Moved source files to `src` folder. ([#2844](https://github.com/aws/aws-sdk-js-v3/pull/2844))
* packageInfo imports from user agent module are now automatically ignored. ([#2875](https://github.com/aws/aws-sdk-js-v3/pull/2875))
* Updated Smithy version to `1.12.0`. ([#2878](https://github.com/aws/aws-sdk-js-v3/pull/2878))

## 0.6.0 (2021-09-02)

### Features
Expand Down
2 changes: 1 addition & 1 deletion codegen/build.gradle.kts
Expand Up @@ -28,7 +28,7 @@ allprojects {
mavenCentral()
}
group = "software.amazon.smithy.typescript"
version = "0.6.0"
version = "0.7.0"
}

// The root project doesn't produce a JAR.
Expand Down
2 changes: 1 addition & 1 deletion codegen/smithy-aws-typescript-codegen/build.gradle.kts
Expand Up @@ -35,7 +35,7 @@ dependencies {
api("software.amazon.smithy:smithy-waiters:[1.12.0, 1.13.0[")
api("software.amazon.smithy:smithy-aws-iam-traits:[1.12.0, 1.13.0[")
api("software.amazon.smithy:smithy-protocol-test-traits:[1.12.0, 1.13.0[")
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.6.0")
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.7.0")
}

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

0 comments on commit ba4386d

Please sign in to comment.