v1.9.0
What's Changed
- Fix some typos by @striezel in #235
- chore: add prestwich to code owners by @prestwich in #237
- Fix issue #230 by @recmo in #234
- Bump fastrlp from 0.3.0 to 0.3.1 by @dependabot in #239
- fix incorrect wrapping_mul doc by @DaniPopes in #218
- Bump serde from 1.0.160 to 1.0.163 by @dependabot in #242
- Replace unmaintained actions-rs/* actions in CI workflows by @striezel in #236
- feat: make serde::Deserialize impl more permissive by @DaniPopes in #246
- feature: minimal human-readable serialization of uints by @prestwich in #243
- fix: prevent overflowing instantiation in from_base_be by @prestwich in #249
- fix:
from_base_be
overflow by @DaniPopes in #253 - fix:
from_base_le
by @DaniPopes in #255 - chore: extract inline benches to a separate directory by @DaniPopes in #262
- feat: merge alloy-rs/ruint (ruint2), take 2 by @DaniPopes in #264
- chore(meta): add MSRV policy, remove Cargo.lock by @DaniPopes in #265
- feat: ark version differentiation by @DaniPopes in #266
- feature: ark version differentiation by @prestwich in #241
- fix: circular dep in ruint by @gakonst in #268
- feat: implement TryFrom by @DaniPopes in #269
- fix: ruint-macro doctests by @DaniPopes in #271
- feat: add
Uint::byte
by @DaniPopes in #270 - chore: release 1.9.0 by @DaniPopes in #272
New Contributors
- @striezel made their first contribution in #235
- @prestwich made their first contribution in #237
- @dependabot made their first contribution in #239
- @DaniPopes made their first contribution in #218
- @gakonst made their first contribution in #268
Full Changelog: v1.8.0...v1.9.0