Skip to content

Commit 6a59afc

Browse files
Steven Yuangosar
andauthored
Bump version to 0.14.0 (#691)
Co-authored-by: Jaykumar Gosar <[email protected]>
1 parent 2d1e07e commit 6a59afc

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

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

3+
## 0.14.0 (2023-02-09)
4+
5+
### Features
6+
7+
* Upgrade TypeScript `lib` to use `es2018` for SSDK libs ([#678](https://github.com/awslabs/smithy-typescript/pull/678))
8+
* Bump SSDK libs version to 1.0.0-alpha.8 ([#689](https://github.com/awslabs/smithy-typescript/pull/689))
9+
* Add a code generator setting to generate `@required` members without `| undefined`. **WARNING**: Using this mode may lead to backwards incompatible impact for clients when a service removes `@required` from a member. ([#566](https://github.com/awslabs/smithy-typescript/pull/566), [#688](https://github.com/awslabs/smithy-typescript/pull/688))
10+
311
## 0.13.0 (2023-01-31)
412

513
### Features

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ are as follows:
2222
mavenCentral()
2323
}
2424
dependencies {
25-
"classpath"("software.amazon.smithy:smithy-cli:[1.25.0,1.26.0[")
25+
"classpath"("software.amazon.smithy:smithy-cli:[1.27.0,1.28.0[")
2626
}
2727
}
2828

@@ -36,8 +36,8 @@ are as follows:
3636
}
3737

3838
dependencies {
39-
implementation("software.amazon.smithy:smithy-model:[1.25.0,1.26.0[")
40-
implementation("software.amazon.smithy.typescript:smithy-typescript-codegen:0.13.0")
39+
implementation("software.amazon.smithy:smithy-model:[1.27.0,1.28.0[")
40+
implementation("software.amazon.smithy.typescript:smithy-typescript-codegen:0.14.0")
4141
}
4242
```
4343

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.13.0"
28+
version = "0.14.0"
2929
}
3030

3131
// The root project doesn't produce a JAR.

0 commit comments

Comments
 (0)