jpeddicord / askalono

A tool & library to detect open source licenses from texts
Apache License 2.0
255 stars 25 forks source link

Consider publishing a new version to crates.io #47

Closed ebroto closed 4 years ago

ebroto commented 4 years ago

Hi, thanks for this awesome crate!

We started using askalono in onefetch and realized in this issue that with the latest changes in askalono we can detect correctly an ISC license, but with the version published in crates.io (0.3.0) it's not working properly.

It seems that we can't publish on crates.io if we rely on unpublished versions, so we were wondering if there would be a new version released anytime soon.

Thanks again!

jpeddicord commented 4 years ago

Yeeeeeeeppp, you caught me. I've been on some mental block of "gotta make a 1.0 release" and "it's gotta be perfect" but it's better to release rapidly than not at all.

I believe there's a couple small backwards-incompatible API changes, so I think what I'll do is cut a 0.4.0, with all changes up to now and get that out the door. I've set some time aside for myself to do that tomorrow morning, but might try to do that today too.

Thanks for the prod -- really, I've needed to just do this. :)

jpeddicord commented 4 years ago

All set! 0.4.0 is on GitHub as well as crates.io + cli.

ebroto commented 4 years ago

Thanks!!