Skip to content

Commit 363a881

Browse files
authored
Additional minor tweaks/cleanup to VERSIONING.rst.
1 parent 874b281 commit 363a881

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

VERSIONING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ We use a three-part X.Y.Z (Major.Minor.Patch) versioning definition, as follows:
88
* **Y (Minor)** version changes are moderate changes. These include:
99

1010
* Significant non-breaking feature additions.
11-
* Any change to the version of a package dependency.
11+
* Any change to the version of a dependency.
1212
* Possible backwards-incompatible changes. These changes will be noted and explained in detail in the release notes.
1313

1414
* **Z (Patch)** version changes are small changes. These changes will not break backwards compatibility.
1515

16-
* Z releases will also include warning of upcoming breaking changes, whenver possible.
16+
* Z releases will also include warning of upcoming breaking changes, whenever possible.
1717

1818
What this means for you
1919
=======================
@@ -25,7 +25,7 @@ We recommend running the most recent version. Here are our suggestions for manag
2525

2626
* If you have good unit and integration tests, these changes are generally safe to pick up automatically.
2727

28-
* Z changes will not to require any changes to your code. Z changes are intended to be picked up automatically.
28+
* Z changes will not require any changes to your code. Z changes are intended to be picked up automatically.
2929

3030
* Good unit and integration tests are always recommended.
3131

0 commit comments

Comments
 (0)