Update to 1.4.1 and bump versions#811
Conversation
|
IIRC there's a fair bit of cruft along the lines of "remove this deprecated method when the next major version happens" or something like that. I unfortunately haven't been keeping great track of that over time so I don't exactly have a list off-hand. Would you be up for poking around and seeing how much is affected? If you're short on time then I think merging this is fine as well. |
|
I can nuke all of the deprecated stuff. There's a pretty long list in deprecated.h. Do you care about providing deprecated warnings? That is:
I can't think of any API breaking changes that are waiting in the wings so to speak. I skimmed the open and closed PRs, but didn't see anything. |
|
Oh I don't mean to cause too much work or anything like that, if we're using Let's go ahead and merge this and other things can be figured out later |
|
I guess we need to publish a new version of git2-curl. PR is ready: #814 |
This updates libgit2 to 1.4.1, and bumps the Cargo versions as a SemVer breaking change.
This also includes a file with instructions on how to do a libgit2 update.