We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d1139b commit 1b2f224Copy full SHA for 1b2f224
.github/workflows/release-readiness.yml
@@ -39,7 +39,6 @@ jobs:
39
path: 'smithy-kotlin'
40
repository: 'smithy-lang/smithy-kotlin'
41
42
- # TODO: Change grep pattern when we decouple runtime and codegen releases
43
- name: Check for smithy-kotlin unreleased changes
44
run: |
45
cd aws-sdk-kotlin
gradle/libs.versions.toml
@@ -12,8 +12,8 @@ atomicfu-version = "0.25.0"
12
binary-compatibility-validator-version = "0.16.3"
13
14
# smithy-kotlin codegen and runtime are versioned separately
15
-smithy-kotlin-runtime-version = "1.4.15"
16
-smithy-kotlin-codegen-version = "0.34.15"
+smithy-kotlin-runtime-version = "1.4.16"
+smithy-kotlin-codegen-version = "0.34.16"
17
18
# codegen
19
smithy-version = "1.53.0"
0 commit comments