-
Notifications
You must be signed in to change notification settings - Fork 246
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
Prepare for release 0.18 #577
Comments
#547 also requires a breaking release. |
Is there some way for me to relatively figure out what was breaking in 0.18? I got a bunch of CompatHelper notifications in my packages asking whether I want to add 0.18 to the list of compatible packages. So now I go to this repo here, and see a CHANGELOG, hurray, that should help me make that decision. Ok, the CHANELOG directs me to the releases. I look there, and I see a bunch of releases and PRs merged etc., but it is really not clear from that why this was a breaking release, what I need to be aware of in making the update decision. I could see two good general solutions for this: a) either add |
Yeah,we could do that better. The breaking changes are:
|
Thanks! I think this is actually a general problem across the ecosystem, but I don't really have a very good idea how to solve it... Maybe TagBot could open an issue whenever a breaking release is tagged that is called "Update release notes with information what was breaking" or something like that... |
I think moving forward I will at least attach a breaking label to each PR. Maybe tagbot coult be patched to check for and include breaking labels so i didn;t have to rename it myself? |
#578 requires release of a breaking version.
List of other things we want to do before releasing 0.18:
ClassifierCollection
deprecations
find_root
(see reverse deprecation of find_root, make const #603 )The text was updated successfully, but these errors were encountered: