Skip to content

Commit 48ceeb0

Browse files
chore: release 0.16.4-beta
1 parent 2006d45 commit 48ceeb0

File tree

4 files changed

+10
-15
lines changed

4 files changed

+10
-15
lines changed

.changes/37f63dcd-3871-4c86-a63b-c0de7f963d62.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/4a49346f-f27e-4651-b432-6f3e54e5440c.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

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

3+
## [0.16.4-beta] - 06/23/2022
4+
5+
### Fixes
6+
* [#139](https://github.com/awslabs/smithy-kotlin/issues/139) Validate that members bound to URI paths are non-null at object construction
7+
8+
### Miscellaneous
9+
* Upgrade smithy kotlin to [0.11.0](https://github.com/awslabs/smithy-kotlin/releases/tag/v0.11.0)
10+
311
## [0.16.3-beta] - 06/16/2022
412

513
### Features

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
66
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G
77

88
# sdk
9-
sdkVersion=0.16.4-SNAPSHOT
9+
sdkVersion=0.16.4-beta
1010

1111
# codegen
1212
smithyVersion=1.17.0
@@ -39,4 +39,4 @@ slf4jVersion=1.7.36
3939

4040
# dokka config (values specified at build-time as needed)
4141
smithyKotlinPackageListUrl=
42-
smithyKotlinDocBaseUrl=https://docs.aws.amazon.com/sdk-for-kotlin/latest/reference/smithy-kotlin
42+
smithyKotlinDocBaseUrl=https://docs.aws.amazon.com/sdk-for-kotlin/latest/reference/smithy-kotlin

0 commit comments

Comments
 (0)