Skip to content

Incorrect minor release statement for some caret constraints #124

@biggianteye

Description

@biggianteye

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions