v1.14.0
What's Changed
- chore: clippy by @DaniPopes in #437
- fix:
checked_bytebounds check and make it const by @DaniPopes in #438 - docs: update
try_from_{b,l}e_slicedocs by @DaniPopes in #439 - feat: Constify leading_zeros, leading_ones, count_ones, count_zeros, bit_len, byte_len, is_power_of_two by @kpp in #442
- ci: cache more jobs by @DaniPopes in #446
- chore(deps): update hex-literal requirement from 0.4 to 1.0 by @dependabot in #447
- fix(ci): ignore paste deny lint by @Evalir in #451
- feat: add
const ONEby @DaniPopes in #448 - feat: add
random,random_with,randomize,randomize_withmethods by @DaniPopes in #444 - feat: add support for rand 0.9 by @DaniPopes in #445
- fix: ub in rand by @DaniPopes in #453
- chore: release 1.14.0 by @DaniPopes in #454
New Contributors
Full Changelog: v1.13.1...v1.14.0