Skip to content

Commit d822dda

Browse files
committed
update wording
1 parent e4fdbfa commit d822dda

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

VERSIONING.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,14 @@ Major version changes are significant and expected to break backwards compatibil
1111
Minor version changes will not break compatibility between the previous minor versions;
1212
to do so is a bug.
1313
Encryption SDK changes will also involve addition of optional features, and non-breaking enhancements.
14-
Additionally any change to the version of a dependency.
14+
Additionally, any change to the version of a dependency is a minor version change.
1515

1616
## Patch versions
1717

1818
Patch versions changes are meant only for bug fixes,
1919
and will not break compatibility of the current major version.
2020
A patch release will contain a collection of minor bug fixes,
2121
or individual major and security bug fixes, depending on severity.
22-
A patch release will also include warning of upcoming breaking changes, whenever possible.
23-
24-
# What this means for you
25-
26-
We recommend running the most recent version. Here are our suggestions for managing updates:
27-
28-
* X changes will require some effort to incorporate.
29-
* Y changes will not require significant effort to incorporate.
30-
31-
* If you have good unit and integration tests, these changes are generally safe to pick up automatically.
32-
33-
* Z changes will not require any changes to your code. Z changes are intended to be picked up automatically.
34-
35-
* Good unit and integration tests are always recommended.
3622

3723
# Semantic Commits
3824

0 commit comments

Comments
 (0)