Release 0.5.1 (2026-07-04)

July 5, 2026 ยท View on GitHub

Contributors: @cuviper

Release 0.5.0 (2026-07-02)

  • Upgrade to rand v0.10 and/or v0.9, and split rand_core.
    • The former rand feature is now split into multiple features, rand_0_9, rand_core_0_9, rand_0_10, and rand_core_0_10, depending on the version and feature set you need.
    • The RandBigInt extension trait is now split into BigRng09 and BigRng010 for each version.
    • The gen_* methods are deprecated in favor of new random_* methods.
    • This is also a value-breaking release, as rand defines it.

Contributors: @bionicles, @cuviper, @divergentdave

Release 0.4.8 (2026-07-04)

Contributors: @cuviper

Release 0.4.7 (2026-07-02)

Contributors: @cp289, @cuviper, @hkalbasi, @mikem8891, @pRizz, @tyilo, @xtqqczze

Release 0.4.6 (2024-06-27)

Contributors: @cuviper, @ralphtandetzky, @yhx-12243

Release 0.4.5 (2024-05-06)

Contributors: @cuviper, @joelonsql, @waywardmonkeys

Release 0.4.4 (2023-08-22)

Contributors: @AaronKutch, @archseer, @cuviper, @dramforever, @icecream17, @icedrocket, @janmarthedal, @jaybosamiya, @OliveIsAWord, @PatrickNorton, @smoelius, @waywardmonkeys

Release 0.4.3 (2021-11-02)

Contributors: @arvidn, @cuviper, @guidovranken

Release 0.4.2 (2021-09-03)

Contributors: @catenacyber, @cuviper

Release 0.4.1 (2021-08-27)

Contributors: @cuviper, @PatrickNorton

Release 0.4.0 (2021-03-05)

Breaking Changes

Contributors: @cuviper, @Gelbpunkt

Release 0.3.3 (2021-09-03)

Contributors: @catenacyber, @cuviper

Release 0.3.2 (2021-03-04)

Contributors: @BartMassey, @cuviper, @janmarthedal, @sebastianv89, @Speedy37

Release 0.3.1 (2020-11-03)

Contributors: @cuviper, @e00E, @ejmahler, @notoria, @tczajka

Release 0.3.0 (2020-06-12)

Enhancements

Breaking Changes

Contributors: @cuviper, @dignifiedquire, @hansihe, @kpcyrd, @milesand, @tech6hutch

Release 0.2.6 (2020-01-27)

Contributors: @cuviper, @HactarCE

Release 0.2.5 (2020-01-09)

Contributors: @cuviper, @tspiteri

Release 0.2.4 (2020-01-01)

Contributors: @alex-ozdemir, @cuviper, @dingelish, @Speedy37, @youknowone

Release 0.2.3 (2019-09-03)

Contributors: @cuviper, @lcnr, @maxbla, @mikelodder7, @mikong, @TheLetterTheta, @tspiteri, @XAMPPRocky, @youknowone

Release 0.2.2 (2018-12-14)

Contributors: @cuviper, @leodasvacas

Release 0.2.1 (2018-11-02)

Contributors: @cuviper, @dignifiedquire, @mancabizjak, @Robbepop, @TheIronBorn, @thomwiggers

Release 0.2.0 (2018-05-25)

Enhancements

Breaking Changes

Contributors: @clarcharr, @cuviper, @dodomorandi, @tiehuis, @tspiteri

Release 0.1.44 (2018-05-14)

Contributors: @cuviper, @Robbepop

Release 0.1.43 (2018-02-08)

  • The new BigInt::modpow performs signed modular exponentiation, using the existing BigUint::modpow and rounding negatives similar to mod_floor.

Contributors: @cuviper

Release 0.1.42 (2018-02-07)

Contributors: @cuviper, @Emerentius, @ignatenkobrain, @mhogrefe

Prior releases

No prior release notes were kept. Thanks all the same to the many contributors that have made this crate what it is!