From a331a84f8bb53a24949f0a852e8b93a0f542b9f5 Mon Sep 17 00:00:00 2001 From: Jaykumar Gosar Date: Wed, 23 Feb 2022 15:25:17 -0800 Subject: [PATCH] Bump code generators to 0.10.0 --- CHANGELOG.md | 12 ++++++++++++ build.gradle.kts | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cee7b55ca7..ca373344fde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Smithy Typescript Codegen Changelog +## 0.10.0 (2022-02-28) + +### Features +* Bumped SSDK library versions to 1.0.0-alpha5. ([#520](https://github.com/awslabs/smithy-typescript/pull/520)) +* Added support for `List` in function parameters list. ([#516](https://github.com/awslabs/smithy-typescript/pull/516)) +* Updated generation of exceptions for easier handling. ([#502](https://github.com/awslabs/smithy-typescript/pull/502)) +* Updated clean script to delete *.tsbuildinfo. ([#514](https://github.com/awslabs/smithy-typescript/pull/514)) + +### Bug Fixes +* Fixed scripts for npm by extracting run command out. ([#519](https://github.com/awslabs/smithy-typescript/pull/519)) +* Fixed the generation of collections of documents in protocol tests. ([#513](https://github.com/awslabs/smithy-typescript/pull/513)) + ## 0.9.0 (2022-02-14) ### Features diff --git a/build.gradle.kts b/build.gradle.kts index 70d21603f84..3a12ded9d9b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -25,7 +25,7 @@ plugins { allprojects { group = "software.amazon.smithy.typescript" - version = "0.9.0" + version = "0.10.0" } extra["smithyVersion"] = "[1.17.0,1.18.0["