Skip to content

Commit

Permalink
chore: Add note about Semver implications for dependency updates (#3740)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcreaser authored Jun 25, 2024
1 parent e338d9e commit 540fba2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 540fba2

Please sign in to comment.