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 Feb 23, 2022
1 parent f5c1e59 commit a331a84
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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<String>` 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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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["
Expand Down

0 comments on commit a331a84

Please sign in to comment.