From 540fba239ecc1f937053cf991e0fca131c423ec8 Mon Sep 17 00:00:00 2001 From: Matt Creaser Date: Mon, 24 Jun 2024 23:44:17 -0300 Subject: [PATCH] chore: Add note about Semver implications for dependency updates (#3740) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9a1fce0a83..bb77a62dbf 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,10 @@ of the library. Applications that evaluate all members of an enumeration using a `switch` statement can add a `default` case to prevent new cases from causing compile warnings or errors. +#### Semantic versioning and dependencies update + +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). + ## License This library is licensed under the Apache 2.0 License.