File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ 0.15.0] - 04/29/2022
3
+ ## [ 0.15.1-beta] - 04/29/2022
4
+
5
+ ** WARNING: Beta releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!**
4
6
5
7
### Documentation
6
8
* update API reference doc styling
9
11
* Sync latest AWS service models
10
12
* Refactor hashing functions into new subproject
11
13
14
+ ## [ 0.15.0] - 04/29/2022
15
+
16
+ ** NOTE** : Do not use. Prefer 0.15.1-beta or later.
17
+
12
18
## [ 0.14.4-beta] - 04/21/2022
13
19
14
20
** 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,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
6
6
org.gradle.jvmargs =-Xmx6g -XX:MaxPermSize=6g -XX:MaxMetaspaceSize=1G
7
7
8
8
# sdk
9
- sdkVersion =0.15.0
9
+ sdkVersion =0.15.1-beta
10
10
11
11
# codegen
12
12
smithyVersion =1.17.0
You can’t perform that action at this time.
0 commit comments