Releases: Voultapher/tiny-sort-rs
Releases · Voultapher/tiny-sort-rs
Version 1.0.5
This release removes the branchless_swap
function from the interface that was never meant to be public. Given the limited number of users, and undesired nature of the function visibility in the first place this is not considered a breaking change.
Version 1.0.4
This release includes an improvement to binary-size for the stable sort, especially for types like String
.
Version 1.0.3
- Dual license
- Add
by_key
sort interface
Version 1.0.2
Fix panic code-gen for Layout::new introduced by rustc 1.51 support this also lowers stable binary-size a bit.
Version 1.0.1
Fix wrong badge links.
Version 1.0.0
Initial stable release. API is the same as stdlib slice::sort
so no major API changes are expected.