semver-check icon indicating copy to clipboard operation
semver-check copied to clipboard

Incorrect minor release statement for some caret constraints

Open biggianteye opened this issue 1 year ago • 1 comments

https://jubianchi.github.io/semver-check/#/^0.1.0/0.1.0

Screenshot of a portion of the semver checker website. The left side shows the constraint "^0.1.0" and what this means. The right side shows the version "0.1.0" and what the next major/minor/patch versions are.

When setting the constraint to ^0.1.0 the first line correctly states that the range this matches is >=0.1.0 <0.2.0-0. However the description further down says that you will get:

The next minor releases which will provide new features

This is incorrect, given the next minor release will be 0.2.0.

biggianteye avatar Nov 08 '23 21:11 biggianteye

I think I know where to fix this, but waiting on https://github.com/jubianchi/semver-check/issues/125 to be fixed first.

biggianteye avatar Nov 10 '23 23:11 biggianteye