Skip to content

Commit a331a84

Browse files
committed
Bump code generators to 0.10.0
1 parent f5c1e59 commit a331a84

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Smithy Typescript Codegen Changelog
22

3+
## 0.10.0 (2022-02-28)
4+
5+
### Features
6+
* Bumped SSDK library versions to 1.0.0-alpha5. ([#520](https://github.com/awslabs/smithy-typescript/pull/520))
7+
* Added support for `List<String>` in function parameters list. ([#516](https://github.com/awslabs/smithy-typescript/pull/516))
8+
* Updated generation of exceptions for easier handling. ([#502](https://github.com/awslabs/smithy-typescript/pull/502))
9+
* Updated clean script to delete *.tsbuildinfo. ([#514](https://github.com/awslabs/smithy-typescript/pull/514))
10+
11+
### Bug Fixes
12+
* Fixed scripts for npm by extracting run command out. ([#519](https://github.com/awslabs/smithy-typescript/pull/519))
13+
* Fixed the generation of collections of documents in protocol tests. ([#513](https://github.com/awslabs/smithy-typescript/pull/513))
14+
315
## 0.9.0 (2022-02-14)
416

517
### Features

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ plugins {
2525

2626
allprojects {
2727
group = "software.amazon.smithy.typescript"
28-
version = "0.9.0"
28+
version = "0.10.0"
2929
}
3030

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

0 commit comments

Comments
 (0)