Skip to content

Commit 8774ff8

Browse files
JordonPhillipssrchase
authored andcommitted
Bump code generators to 0.5.0 (smithy-lang#390)
1 parent 6ed0d3f commit 8774ff8

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
@@ -0,0 +1,12 @@
1+
# Smithy Typescript Codegen Changelog
2+
3+
## 0.5.0 (2021-07-23)
4+
5+
### Features
6+
7+
* Bumped `tslib` version to `2.3.0`. ([#387](https://github.com/awslabs/smithy-typescript/pull/387))
8+
* Calculate content-length for SSDKs. ([#386](https://github.com/awslabs/smithy-typescript/pull/386))
9+
10+
### Bug Fixes
11+
12+
* Update dependency versioning to pull from `smithy-aws-typescript-codegen` or use `latest`. ([#388](https://github.com/awslabs/smithy-typescript/pull/388))

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

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

0 commit comments

Comments
 (0)