Skip to content

Commit

Permalink
changelog and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
aajtodd committed Oct 2, 2023
1 parent f04b0b0 commit 179c589
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changes/5c47545c-ec59-4078-b795-22ba5de23919.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "5c47545c-ec59-4078-b795-22ba5de23919",
"type": "feature",
"description": "**BREAKING**: Update codegen to improve nullability of generated types."
}
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ kotlin.native.ignoreDisabledTargets=true
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G

# sdk
sdkVersion=0.32.4-SNAPSHOT
sdkVersion=0.33.0-SNAPSHOT

# codegen
smithyVersion=1.39.0
smithyGradleVersion=0.6.0
# smithy-kotlin codegen and runtime are versioned together
smithyKotlinVersion=0.27.5
smithyKotlinVersion=0.28.0-SNAPSHOT

# kotlin
kotlinVersion=1.8.22
Expand All @@ -37,4 +37,4 @@ mockkVersion=1.13.3
slf4jVersion=2.0.6

# dokka config (values specified at build-time as needed)
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinVersion/
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinVersion/

0 comments on commit 179c589

Please sign in to comment.