Skip to content

Commit 540fba2

Browse files
authored
chore: Add note about Semver implications for dependency updates (#3740)
1 parent e338d9e commit 540fba2

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
@@ -56,6 +56,10 @@ of the library.
5656

5757
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.
5858

59+
#### Semantic versioning and dependencies update
60+
61+
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).
62+
5963
## License
6064

6165
This library is licensed under the Apache 2.0 License.

0 commit comments

Comments
 (0)