Skip to content

Commit a53b2e6

Browse files
committed
Bump codegen version to 0.7.1
1 parent c34a14c commit a53b2e6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

codegen/CHANGELOG.md

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

3+
## 0.7.1 (2021-11-04)
4+
5+
### Bug Fixes
6+
7+
* Fixed generator to not rely on unreleased features.
8+
39
## 0.7.0 (2021-11-03)
410

511
### Features

codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ allprojects {
2828
mavenCentral()
2929
}
3030
group = "software.amazon.smithy.typescript"
31-
version = "0.7.0"
31+
version = "0.7.1"
3232
}
3333

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

0 commit comments

Comments
 (0)