Skip to content

Commit

Permalink
Revert "Revert "Bump version to 0.15.0 (#751)" (#758)" (#762)
Browse files Browse the repository at this point in the history
This reverts commit 7a522f3.
  • Loading branch information
srchase authored May 10, 2023
1 parent b7ae994 commit e4b5c8f
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 4 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Smithy Typescript Codegen Changelog

## 0.15.0 (2023-05-10)

### Features

* Add Gradle composite build ([#761](https://github.com/awslabs/smithy-typescript/pull/761))
* Improve generated command documentation ([#757](https://github.com/awslabs/smithy-typescript/pull/757))
* Bump SSDK libs version to 1.0.0-alpha.10 ([#738](https://github.com/awslabs/smithy-typescript/pull/738))
* Use aggregated client runtime generator ([#736](https://github.com/awslabs/smithy-typescript/pull/736))
* Add SerdeElision KnowledgeIndex and serde helper function ([#735](https://github.com/awslabs/smithy-typescript/pull/735), [#759](https://github.com/awslabs/smithy-typescript/pull/759))
* Shorten internal serde function names ([#730](https://github.com/awslabs/smithy-typescript/pull/730))
* Reduce generated HTTP request header code ([#729](https://github.com/awslabs/smithy-typescript/pull/729))
* Improve documentation truncation ([#728](https://github.com/awslabs/smithy-typescript/pull/728))
* Export `enum` as `const` to reduce generated code ([#726](https://github.com/awslabs/smithy-typescript/pull/726))
* Add structural hint to commmand examples ([#723](https://github.com/awslabs/smithy-typescript/pull/723))
* Skip generating unused sensitive filter functions ([#722](https://github.com/awslabs/smithy-typescript/pull/722))
* Add DefaultReadmeGenerator ([#721](https://github.com/awslabs/smithy-typescript/pull/721))
* Add TSDocs release tags ([#719](https://github.com/awslabs/smithy-typescript/pull/719))
* Add thrown exceptions to generated command documentation ([#715](https://github.com/awslabs/smithy-typescript/pull/715))
* Remove internal enum values from validation message ([#713](https://github.com/awslabs/smithy-typescript/pull/713))
* Omit aggregated client from paginators ([#712](https://github.com/awslabs/smithy-typescript/pull/712))
* Add NodeJS runtime support to SSDK ([#703](https://github.com/awslabs/smithy-typescript/pull/703))
* Remove reflected values from validation message ([#695](https://github.com/awslabs/smithy-typescript/pull/695))
* Add AddClientRuntimeConfig for generic clients ([#693](https://github.com/awslabs/smithy-typescript/pull/693))

### Bug Fixes

* Fix creating empty model files when chunking ([#714](https://github.com/awslabs/smithy-typescript/pull/714))

## 0.14.0 (2023-02-09)

### Features
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ are as follows:
mavenCentral()
}
dependencies {
"classpath"("software.amazon.smithy:smithy-cli:[1.27.0,1.28.0[")
"classpath"("software.amazon.smithy:smithy-cli:[1.31.1,1.32.0[")
}
}

Expand All @@ -36,8 +36,8 @@ are as follows:
}

dependencies {
implementation("software.amazon.smithy:smithy-model:[1.27.0,1.28.0[")
implementation("software.amazon.smithy.typescript:smithy-typescript-codegen:0.14.0")
implementation("software.amazon.smithy:smithy-model:[1.31.1,1.32.0[")
implementation("software.amazon.smithy.typescript:smithy-typescript-codegen:0.15.0")
}
```

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.14.0"
version = "0.15.0"
}

// The root project doesn't produce a JAR.
Expand Down

0 comments on commit e4b5c8f

Please sign in to comment.