This will be the last release under rust edition 2018. In addition to bumping to edition 2021, we also want to settle issues 17-26 before minting 1.0. From this point until 1.0 we'll use minor version numbers to indicate API changes and patch numbers for other updates
What's Changed
- removed most uses of clone
- documented remaining uses of clone and other allocations
- changed
retain
's signature to use an owned usize - add custom type alias to avoid leaking implementation types
- changed
get
to return value instead of reference - update of all deps, minimum verisons, and testing images
- and more!
Full Changelog: 0.0.4...0.1.0