Skip to content

Commit f5165eb

Browse files
authored
misc: update documentation and bump version (#1002)
Promote runtime to stable.
1 parent 5867dfa commit f5165eb

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "0d160086-1be7-438a-8d14-60673fb53e29",
3+
"type": "misc",
4+
"description": "Mark runtime as stable"
5+
}

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
Smithy code generators for Kotlin.
44

5-
**WARNING: All interfaces are subject to change.**
6-
75
[![License][apache-badge]][apache-url]
86

97
[apache-badge]: https://img.shields.io/badge/License-Apache%202.0-blue.svg

docs/design/binary-streaming.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -417,8 +417,7 @@ suspend fun ByteStream.toFile(..) {...}
417417

418418

419419

420-
The `SdkByteReadChannel` interface is given below and represents an abstract channel to read bytes from, it's definition is subject to change:
421-
420+
The `SdkByteReadChannel` interface is given below and represents an abstract channel to read bytes from:
422421

423422
```kotlin
424423
/**
@@ -474,7 +473,7 @@ public interface SdkByteReadChannel {
474473

475474
```
476475

477-
The `SdkSource` interface is given below and represents an abstract source to read bytes from, it's definition is subject to change:
476+
The `SdkSource` interface is given below and represents an abstract source to read bytes from:
478477

479478
```kotlin
480479
/**

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ kotlin.native.ignoreDisabledTargets=true
88
org.gradle.jvmargs=-Xmx2G -XX:MaxMetaspaceSize=1G
99

1010
# SDK
11-
sdkVersion=0.30.1-SNAPSHOT
11+
sdkVersion=1.0.0-SNAPSHOT
1212

1313
# codegen
1414
codegenVersion=0.30.1-SNAPSHOT

0 commit comments

Comments
 (0)