You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[new] Warn on unused fragments ([#6601](https://github.com/apollographql/apollo-kotlin/pull/6601))
9
+
10
+
5
11
# Version 5.0.0-alpha.0
6
12
7
13
This is the first alpha release of version 5.0.0. Previous `DeprecationLevel.WARNING` are turned into `DeprecationLevel.ERROR`. Previous `DeprecationLevel.ERROR` are removed.
@@ -165,29 +165,29 @@ Installation instructions and more information can be found [here](/kotlin/testi
165
165
166
166
## Releases
167
167
168
-
The latest version is `5.0.0-alpha.0`.
168
+
The latest version is `5.0.0-alpha.1`.
169
169
170
170
Check the [changelog](https://github.com/apollographql/apollo-kotlin/releases) for the release history.
171
171
172
172
Releases are hosted on [Maven Central](https://repo1.maven.org/maven2/com/apollographql/apollo/). The plugin is additionally hosted on the [Gradle Plugin Portal](https://plugins.gradle.org/plugin/com.apollographql.apollo)
173
173
174
174
```kotlin
175
175
plugins {
176
-
id("com.apollographql.apollo") version "5.0.0-alpha.0"
176
+
id("com.apollographql.apollo") version "5.0.0-alpha.1"
0 commit comments