-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please flush out v3 Changelog #127
Comments
If you want to reproduce you can check out the build here. https://travis-ci.org/golang/dep/builds/588252088 |
@kevinburke dep uses an unreleased version of sermver with a different Go API from either the 1.x branch of the 3.x branch. From the README.md...
The 2.x branch was never released and I'm not sure anyone other than dep is using it. If I understand it right, dep is going to be archived in the not to distant future (unless something changed since last I checked). I would suggest keeping dep on 2.x. |
For reference on my archiving comment see golang/go#29639 (comment) where it says
|
Hi,
I'm trying to update golang/dep to use the latest version of this library but I've run into a few problems.
semver.NewConstraint
to asemver.Version
. Now you can't. The CHANGELOG gives no guidance on how to update this.semver.NewConstraintIC
seems to have disappeared and there's no guidance in the CHANGELOG on how to update it.Confusingly, when I generate a diff of the version we're on vs. master,
NewConstraintIC
isn't even in it as being removed. So I'm not even sure where to get started. 24642bd...fe7c210The text was updated successfully, but these errors were encountered: