-
Notifications
You must be signed in to change notification settings - Fork 991
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
Fix/version range pres #14814
Fix/version range pres #14814
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We just need to make it clear in the docs that the range to allow for 2.0-prereleases is now [... <=2] where before it was only [... <2] when activating pres
Just for confirmation: [>1 <=2.0-] does not actually accept the 2.0-pres anymore
Very happy to see these changes, thanks! 😄 |
Changelog: BugFix: Version ranges ending with
-
do not automatically activate pre-releases resolution in the full range.Changelog: BugFix: Fix version ranges so pre-releases are correctly included in the lower bound and excluded in the upper bound.
Docs: conan-io/docs#3454
Close #14803