File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.14.1-beta] - 03/31/2022
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+ ### New features
8+ * implement KMP XML serde and remove XmlPull dependency [ #563 ] ( https://github.com/awslabs/aws-sdk-kotlin/pull/563 )
9+
10+ ### Miscellaneous
11+ * sync AWS service models [ #564 ] ( https://github.com/awslabs/aws-sdk-kotlin/pull/564 )
12+
313## [ 0.14.0-beta] - 03/24/2022
414
515** WARNING: Beta 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.14.1-SNAPSHOT
9+ sdkVersion =0.14.1-beta
1010
1111# codegen
1212smithyVersion =1.17.0
1313smithyGradleVersion =0.5.3
1414# smithy-kotlin codegen and runtime are versioned together
15- smithyKotlinVersion =0.8.0
15+ smithyKotlinVersion =0.8.1
1616
1717# kotlin
1818kotlinVersion =1.6.10
You can’t perform that action at this time.
0 commit comments