Skip to content

Commit 2338e00

Browse files
authored
Release 0.15.1 beta (#598)
1 parent 912d6b2 commit 2338e00

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

.changes/30477ab1-a876-4671-9c89-fcfc3c6ff3b8.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/bf90661c-f9bc-4d05-9bdb-e657df26c984.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/d08e52ab-010f-42f0-b4b5-e63bd3890da2.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

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!**
6+
7+
### Documentation
8+
* update API reference doc styling
9+
10+
### Miscellaneous
11+
* Sync latest AWS service models
12+
* Refactor hashing functions into new subproject
13+
14+
## [0.15.0] - 04/29/2022
15+
16+
**NOTE**: Do not use. Prefer 0.15.1-beta or later.
17+
318
## [0.14.4-beta] - 04/21/2022
419

520
**WARNING: Beta releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!**

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ kotlin.native.ignoreDisabledTargets=true
66
org.gradle.jvmargs=-Xmx6g -XX:MaxPermSize=6g -XX:MaxMetaspaceSize=1G
77

88
# sdk
9-
sdkVersion=0.15.0-SNAPSHOT
9+
sdkVersion=0.15.2-SNAPSHOT
1010

1111
# codegen
1212
smithyVersion=1.17.0
1313
smithyGradleVersion=0.5.3
1414
# smithy-kotlin codegen and runtime are versioned together
15-
smithyKotlinVersion=0.9.0-SNAPSHOT
15+
smithyKotlinVersion=0.9.0
1616

1717
# kotlin
1818
kotlinVersion=1.6.10

0 commit comments

Comments
 (0)