# v0.2.0 (2022-07-31) This release makes parsing and serialization more robust and adds some missing types. - Add shorthand methods `Message::try_from_fragments` and `PartialMessage::try_extend` for fragment handling. - Add `quickcheck` test suite. - Add `response` module with the response type for the init command. - Make parsing and serialization more robust. # v0.1.1 (2021-12-16) This releases fixes an issue when parsing continuation packets. - Fix expected header length for continuation packets. # v0.1.0 (2021-12-16) Initial release with all required data structures for the CTAPHID protocol supporting parsing, serializing, defragmenting and fragmenting data.