File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.9.4-beta] - 12/01/2021
4+
5+ ** WARNING: Beta releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!**
6+
7+
38## [ 0.9.3-alpha] - 11/19/2021
49
510** WARNING: Alpha releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!**
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ kotlin.native.ignoreDisabledTargets=true
66org.gradle.jvmargs =-Xmx6g -XX:MaxPermSize=6g -XX:MaxMetaspaceSize=1G
77
88# sdk
9- sdkVersion =0.9.3-alpha
9+ sdkVersion =0.9.4-beta
1010
1111# codegen
1212smithyVersion =1.13.1
1313smithyGradleVersion =0.5.3
1414# smithy-kotlin codegen and runtime are versioned together
15- smithyKotlinVersion =0.7.2-alpha
15+ smithyKotlinVersion =0.7.3-beta
1616
1717# kotlin
1818kotlinVersion =1.5.31
@@ -27,7 +27,7 @@ atomicFuVersion=0.16.1
2727kotlinxSerializationVersion =1.3.0
2828
2929# crt
30- crtKotlinVersion =0.5.0-alpha
30+ crtKotlinVersion =0.5.1-beta
3131
3232# testing/utility
3333junitVersion =5.6.2
You can’t perform that action at this time.
0 commit comments