Hi, please release a new version 0.8.2 of ripgrep.
We've packaged all of the dependencies in Debian now and are ready to upload ripgrep. However the latest release 0.8.1 still uses old versions of some dependencies. I see git master has updated, so it would be nice to publish to crates.io so we can upload ripgrep to Debian so apt-get install ripgrep works.
so we can upload ripgrep to Debian so
apt-get install ripgrepworks.
Wow! That's awesome news! I'm super appreciative of all the hard work that must have gone into that. :-)
With that said, I don't think a 0.8.2 release is practical. Too much has has been added from 0.8.1, including an increase in the minimum supported version of Rust from 1.20 to 1.23. Are you OK with a 0.9.0 release instead?
A 0.9.0 release is fine, right now we have rustc 1.27 in sid, it's only the dependencies that need a bump. :)
Sounds great. 1.27 is especially good news, because that means ripgrep will automatically get (some) SIMD optimizations. I will start the release process soon.
Could you publish to crates.io as well? Our automated scripts take the tarball from there and not github.
Ah right, all set!
Thanks! ripgrep is now in Debian
w00t! Thank you!
Most helpful comment
Thanks! ripgrep is now in Debian