Skip to content

Commit

Permalink
keep README.md in sync
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Dec 14, 2023
1 parent 819c5b8 commit de356c4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,14 @@ And then use the `4.0.0-beta.5-SNAPSHOT` version for the plugin and libraries.

Snapshots for the Android Studio / IntelliJ plugin [are also available](https://github.com/apollographql/apollo-kotlin/tree/main/intellij-plugin#snapshots).

## Deprecation policy
## Stability of different artifacts

The project observes [Semantic Versioning](https://semver.org/). No breaking change should be introduced in minor or patch releases.
Apollo Kotlin is very modular and publishes several artifacts.

* Artifacts ending with `-incubating` are not finalized yet and subject to change any time.
* Other artifacts observe [Semantic Versioning](https://semver.org/).
* No breaking change should be introduced in minor or patch releases except for symbols annotated with `@ApolloExperimental` that are subject to change at any time.
* Deprecated symbols may be removed in the next major release. We strongly recommend removing deprecated usages before migrating to the next major version.

## Contributing

Expand Down

0 comments on commit de356c4

Please sign in to comment.