Skip to content

Commit aee6ce6

Browse files
chore: release 1.4.20
1 parent 8c990fa commit aee6ce6

File tree

4 files changed

+8
-15
lines changed

4 files changed

+8
-15
lines changed

.changes/ba2b99b0-d583-472a-894a-9e56784eda75.json

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

.changes/bdcf7bc9-094c-4434-aa34-1df7f4f4c936.json

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

CHANGELOG.md

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

3+
## [1.4.20] - 06/20/2025
4+
5+
### Fixes
6+
* Explicitly qualify shape member names in smoke tests and protocol tests
7+
* [#1295](https://github.com/smithy-lang/smithy-kotlin/issues/1295) Enable building this project on JDK21 by setting -Xjdk-release flag
8+
39
## [1.4.19] - 06/19/2025
410

511
## [1.4.18] - 06/13/2025

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ kotlinx.atomicfu.enableNativeIrTransformation=false
1313
org.gradle.jvmargs=-Xmx2G -XX:MaxMetaspaceSize=1G
1414

1515
# SDK
16-
sdkVersion=1.4.20-SNAPSHOT
16+
sdkVersion=1.4.20
1717

1818
# codegen
19-
codegenVersion=0.34.20-SNAPSHOT
19+
codegenVersion=0.34.20
2020

2121
# FIXME Remove after Dokka 2.0 Gradle plugin is stable
2222
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled

0 commit comments

Comments
 (0)