Skip to content

Commit 233915e

Browse files
chore: release 0.14.2
1 parent 7d8ddb9 commit 233915e

File tree

4 files changed

+9
-12
lines changed

4 files changed

+9
-12
lines changed

.changes/4c3348fe-3e51-411b-98e6-6ac2e6a2bba0.json

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

.changes/9ab15fa5-76b7-4bf0-9931-eaa50fd57a19.json

Lines changed: 0 additions & 5 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.14.2] - 12/22/2022
4+
5+
### Fixes
6+
* (**runtime**) Fix incorrect CRC32c output when trying to hash more than 7 bytes
7+
8+
### Miscellaneous
9+
* Move test utilities out of **smithy-kotlin-codegen** package into new **smithy-kotlin-codegen-testutils** package. This eliminates the need for the codegen package to declare runtime dependencies on JUnit and other test packages.
10+
311
## [0.14.1] - 12/15/2022
412

513
### Features

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.14.2-SNAPSHOT
9+
sdkVersion=0.14.2
1010

1111
# kotlin
1212
kotlinVersion=1.7.10

0 commit comments

Comments
 (0)