We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93bbf5 commit a26e925Copy full SHA for a26e925
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 0.3.0
2
+> Published 13 Mar 2021
3
+
4
+### Changed
5
+- Remove Ktor's logging classes from public API
6
7
# 0.2.0
8
> Published 11 Mar 2021
9
buildSrc/src/main/kotlin/OpenAI.kt
@@ -2,5 +2,5 @@ object OpenAI : Library {
override val group: String = "com.aallam.openai"
override val artifact: String = "openai"
- override val version: String = "0.2.0"
+ override val version: String = "0.3.0"
}
0 commit comments