-
Notifications
You must be signed in to change notification settings - Fork 251
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
release: bump to version 1.1.0-rc.1 #443
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.
My pedantic self is struggling with the reversed chronological order of the issues but think I can accept it. 😉
Just some minor improvements.
Any interest in updating vendored code? Now seems as good a time as any. I'll make an MR and you can decide whether to take it before the release or not. I guess I'll add what I feel is my usual plea: IMO just release 1.1.0 and forget all this a2, b3, rc1 stuff, there are plenty of numbers after zero for 1.1.1, 1.1.2, etc... |
af5b69d
to
1f0307c
Compare
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.
Added another fix. Proposal for changelog entry:
Fixed special cases of next_major()
, next_minor()
, etc. and deprecated ambiguous usage (#434).
1f0307c
to
2e49842
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Changed
canonicalize_name()
bypackaging.utils.canonicalize_name()
(#418).Fixed
allows_any()
for local versions (#433).next_major()
,next_minor()
, etc. and deprecated ambiguous usage (#434).