Lokathor / wide

A crate to help you go wide. By which I mean use SIMD stuff.
https://docs.rs/wide
zlib License
279 stars 23 forks source link

0.5.6 isn't semver compatible #72

Closed Veykril closed 3 years ago

Veykril commented 3 years ago

Due to #62 Moved cmp operators into traits. No usability changes. which now requires one to import the trait to be able to use the functions which is a breaking change. Due to this ultraviolet doesn't compile anymore for example.

This is ofc just assuming this crate intends to stay semver compatible in minor versions prior to a 1.0 release.

Lokathor commented 3 years ago

Ohhhhh gosh, i see. Right. Everyone using the crate in testing was glob importing, my bad.

I'll have to yank it and put it out as 0.6 later today.

Lokathor commented 3 years ago

Okay, 0.5.6 yanked and 0.6.0 released instead.