Skip to content

v0.13.0

Choose a tag to compare

@jsdw jsdw released this 15 May 11:49
· 17 commits to main since this release
c193a33

0.13.0 - 2023-05-15

This minor release avoids a couple of panics in the case of invalid bytes being interpreted as BitVecs or strings.

A small API change was made to accommodate this, such that the Str::bytes_after now returns a result rather than just the bytes.

Fixed

  • Avoid panic on invalid bitvec input bytes (#53
  • Avoid panic on invalid str input bytes (#54)