-
Notifications
You must be signed in to change notification settings - Fork 159
Closed
Description
We need a way of simulating carat-by-default behavior. That is, if you call semver.NewConstraint("1.0.0"), it will interpret that as "^1.0.0". To get only and exactly that version, you'd have to call semver.NewConstraint("=1.0.0").
When I started looking at this, it had more far-reaching implications than I initially thought :(
Metadata
Metadata
Assignees
Labels
No labels