Skip to content

Commit 8e6ddaa

Browse files
committed
Updating supported versions in the readme
Signed-off-by: Matt Farina <[email protected]>
1 parent 4694ab0 commit 8e6ddaa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ If you are looking for a command line tool for version comparisons please see
2020

2121
There are three major versions fo the `semver` package.
2222

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
2424
compatibility for range handling in other tools from other languages. It has
2525
a similar API to the v1 releases. The development of this version is on the master
2626
branch. The documentation for this version is below.
2727
* 2.x was developed primarily for [dep](https://github.com/golang/dep). There are
2828
no tagged releases and the development was performed by [@sdboyer](https://github.com/sdboyer).
2929
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
32+
[here](https://github.com/Masterminds/semver/blob/release-1/README.md).
3333

3434
## Parsing Semantic Versions
3535

0 commit comments

Comments
 (0)