Skip to content

Commit 7636abe

Browse files
authored
chore: Add note about semantic versioning for dependency updates. (#2820)
1 parent cf285af commit 7636abe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ Applications that use a `when` expression to evaluate all members of an enumerat
125125
type can add an `else` branch to prevent new cases from causing compile warnings
126126
or errors.
127127

128+
#### Semantic versioning and dependencies update
129+
130+
We follow [semantic versioning for updating our dependencies](https://semver.org/#what-should-i-do-if-i-update-my-own-dependencies-without-changing-the-public-api). This includes updating the Kotlin language version.
131+
128132
## License
129133

130134
This library is licensed under the [Apache 2.0 License](./LICENSE).

0 commit comments

Comments
 (0)