From 574fa0c83a94dbb304588e504600d529e3abc247 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Thu, 22 Dec 2011 17:03:27 -0700 Subject: [PATCH] Remove redundant rule 3. Closes #7. --- semver.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/semver.md b/semver.md index affca4a..76440f9 100644 --- a/semver.md +++ b/semver.md @@ -47,11 +47,6 @@ non-negative integers. X is the major version, Y is the minor version, and Z is the patch version. Each element MUST increase numerically by increments of one. For instance: 1.9.0 -> 1.10.0 -> 1.11.0. -1. When a major version number is incremented, the minor version and patch -version MUST be reset to zero. When a minor version number is incremented, the -patch version MUST be reset to zero. For instance: 1.1.3 -> 2.0.0 and 2.1.7 -> -2.2.0. - 1. Once a versioned package has been released, the contents of that version MUST NOT be modified. Any modifications must be released as a new version. @@ -220,4 +215,4 @@ License ------- Creative Commons - CC BY 3.0 -http://creativecommons.org/licenses/by/3.0/ \ No newline at end of file +http://creativecommons.org/licenses/by/3.0/