-
Notifications
You must be signed in to change notification settings - Fork 152
Release 0.11.1 backports (do not merge) #672
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
Conversation
with promotion of user defined types.
@andreasnoack if this passes CI, feel free to create a new release 0.11.1 from this branch using JuliaRegistrator (I may not have time to do so tomorrow). |
@JuliaRegistrator register branch=release-0.11 |
Pull request comments will not trigger Registrator as it is disabled. Please trying using a commit or issue comment. |
Add Lines 17 to 19 in d1c6288
|
Thanks! I already did this in the last commit on this branch but we should add that patch to master as well (actually your version is more precise so we should use that). I was more looking for a place to aggregate the CI results from appveyor and travis here at github and it seemed like a PR might be the way to do that. |
Seems to have gone through ok. |
This is a PR to run CI for a quick backported bugfix release as requested by @andreasnoack in #671. I've added that patch plus a few other extremely simple seemingly low risk fixes. We're overdue for a release 0.12.0 containing several features and a few deprecations but that will have to wait a little longer.
(Perhaps there's a better way to run CI across the various platforms?)