File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ interpreted as described in [RFC 2119](http://tools.ietf.org/html/rfc2119).
58
58
59
59
1 . Software using Semantic Versioning MUST declare a public API. This API
60
60
could be declared in the code itself or exist strictly in documentation.
61
- However it is done, it should be precise and comprehensive.
61
+ However it is done, it SHOULD be precise and comprehensive.
62
62
63
63
1 . A normal version number MUST take the form X.Y.Z where X, Y, and Z are
64
64
non-negative integers, and MUST NOT contain leading zeroes. X is the
@@ -69,7 +69,7 @@ Each element MUST increase numerically. For instance: 1.9.0 -> 1.10.0 -> 1.11.0.
69
69
MUST NOT be modified. Any modifications MUST be released as a new version.
70
70
71
71
1 . Major version zero (0.y.z) is for initial development. Anything MAY change
72
- at any time. The public API should not be considered stable.
72
+ at any time. The public API SHOULD NOT be considered stable.
73
73
74
74
1 . Version 1.0.0 defines the public API. The way in which the version number
75
75
is incremented after this release is dependent on this public API and how it
You can’t perform that action at this time.
0 commit comments