Skip to content

Commit f2c156f

Browse files
chore: release 0.21.3
1 parent c43e95e commit f2c156f

File tree

5 files changed

+10
-25
lines changed

5 files changed

+10
-25
lines changed

.changes/a646a910-2f13-4231-aa51-a5feb2e335a2.json

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

.changes/c641c1f7-0758-49d2-8dbd-e375853143c7.json

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

.changes/d3ec877c-68c6-4c21-881f-8767d1f87e1c.json

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

CHANGELOG.md

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

3+
## [0.21.3] - 06/19/2023
4+
5+
### Features
6+
* [#718](https://github.com/awslabs/smithy-kotlin/issues/718) Support Smithy default trait
7+
8+
### Fixes
9+
* [#867](https://github.com/awslabs/smithy-kotlin/issues/867) Add fully qualified name hint for collection types
10+
* [#828](https://github.com/awslabs/smithy-kotlin/issues/828) Use correct precedence order for determining restJson error codes
11+
312
## [0.21.2] - 06/08/2023
413

514
### Fixes

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
66
kotlin.mpp.enableCompatibilityMetadataVariant=true
77

88
# SDK
9-
sdkVersion=0.21.3-SNAPSHOT
9+
sdkVersion=0.21.3
1010

1111
# kotlin
1212
kotlinVersion=1.8.10

0 commit comments

Comments
 (0)