Lokathor / safe_arch

Exposes arch-specific intrinsics as safe function (via cfg).
https://docs.rs/safe_arch
Apache License 2.0
47 stars 8 forks source link

please tag release v0.7.0 #109

Closed jonassmedegaard closed 1 year ago

jonassmedegaard commented 1 year ago

Newest release at crates.io is 0.7.0, which is not tagged in git.

Please tag the release, to ease checking source against released code.

Lokathor commented 1 year ago

That's very strange, cargo-release usually makes the tags I'm not sure why it didn't do one this time.

Lokathor commented 1 year ago

Well I couldn't figure out which commit was 0.7.0 exactly, so I just put out 0.7.1 since there's some prefetch functions that have been waiting to get out, and that has a tag.

jonassmedegaard commented 1 year ago

Thanks!

My interest, specifically (in case you are curious) is for streamlining future maintenance - I am in the process of packaging this (and wide, palette, and git-delta) for Debian: https://bugs.debian.org/1041314