From dab9870ceb0cf804104a1c43b5e9578f7f935419 Mon Sep 17 00:00:00 2001 From: Eddie Garmon Date: Tue, 2 Jul 2013 14:03:51 -0400 Subject: [PATCH] Add 'also' to clarify that major change may also include minor and patch changes. --- semver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semver.md b/semver.md index e84a0f3..18fa7f9 100644 --- a/semver.md +++ b/semver.md @@ -86,7 +86,7 @@ within the private code. It MAY include patch level changes. Patch version MUST be reset to 0 when minor version is incremented. 1. Major version X (X.y.z | X > 0) MUST be incremented if any backwards -incompatible changes are introduced to the public API. It MAY include minor +incompatible changes are introduced to the public API. It MAY also include minor and patch level changes. Patch and minor version MUST be reset to 0 when major version is incremented.