-
Notifications
You must be signed in to change notification settings - Fork 74
Prepare 0.13.4 for release #197
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
Version progress and tags would otherwise be disrupted. Besides, Patron is not "alpha" anymore, by far.
of the last 5 years 🤦
no need to seed a new RNG for every byte bag served out
We should not be managing those manually, and that's what Tempfiles are for and all
@toland I'll leave this for you for a quick check for a couple of days, I believe everything here is in order - but just to be sure. There was also a valid question in #165 (comment) about GH releases - should we turn them off maybe? |
@toland oh - would you like to update the author name in the gemspec? ❤️ |
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.
👍
Yes. Feel free to make the change. |
Yeah. They shouldn't show up on the repository page anymore. |
As reasonably noted in #196 we haven't had a release in a while. Let's roll one.
I've reverted my stupid alpha version designator from version.rb and annotated the changes I could parse from the commit logs in CHANGELOG. I also noticed one of the get_file tests is failing on CI, I suspect it is either Linux-related or libCURL related since we set our buffers rather small. @marshall-lee if you have ideas why this would match exactly on Darwin but not on GH actions - let me know, it would be unfortunate if we are miscounting buffers someplace.
I've also taken the liberty to replace our
tmpfile
path usage with actual tempfiles (also with a#close
like in recent @marshall-lee changes).