You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,16 +20,16 @@ If you are looking for a command line tool for version comparisons please see
20
20
21
21
There are three major versions fo the `semver` package.
22
22
23
-
* 3.x.x is the new stable and active version. This version is focused on constraint
23
+
* 3.x.x is the stable and active version. This version is focused on constraint
24
24
compatibility for range handling in other tools from other languages. It has
25
25
a similar API to the v1 releases. The development of this version is on the master
26
26
branch. The documentation for this version is below.
27
27
* 2.x was developed primarily for [dep](https://github.com/golang/dep). There are
28
28
no tagged releases and the development was performed by [@sdboyer](https://github.com/sdboyer).
29
29
There are API breaking changes from v1. This version lives on the [2.x branch](https://github.com/Masterminds/semver/tree/2.x).
30
-
* 1.x.x is the most widely used version with numerous tagged releases. This is the
31
-
previous stable and is still maintained for bug fixes. The development, to fix
32
-
bugs, occurs on the release-1 branch. You can read the documentation [here](https://github.com/Masterminds/semver/blob/release-1/README.md).
30
+
* 1.x.x is the original release. It is no longer maintained. You should use the
31
+
v3 release instead. You can read the documentation for the 1.x.x release
0 commit comments