File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -11,28 +11,14 @@ Major version changes are significant and expected to break backwards compatibil
11
11
Minor version changes will not break compatibility between the previous minor versions;
12
12
to do so is a bug.
13
13
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 .
15
15
16
16
## Patch versions
17
17
18
18
Patch versions changes are meant only for bug fixes,
19
19
and will not break compatibility of the current major version.
20
20
A patch release will contain a collection of minor bug fixes,
21
21
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.
36
22
37
23
# Semantic Commits
38
24
You can’t perform that action at this time.
0 commit comments