This marks the first official release of pycose.
Only two small bug fixes where added since v0.9.dev8.
The main update is that the module was renamed to pycose (in line with the name of the Github repository hosting the code). Imports will now be in the form of import pycose... instead of import cose.
I've also regained control over the pycose package account on PyPi and all future release will be uploaded to that account. The cose package on PyPi will be deprecated and will no longer receive any updates (the package will remain on PyPi).
What's Changed
* Remove redundant decoding step panzi in https://github.com/TimothyClaeys/pycose/pull/71
* Do not strip signature of already signed COSE_Sign1 message by letmaik in https://github.com/TimothyClaeys/pycose/pull/83
New Contributors
* panzi made their first contribution in https://github.com/TimothyClaeys/pycose/pull/71
* letmaik made their first contribution in https://github.com/TimothyClaeys/pycose/pull/83
**Full Changelog**: https://github.com/TimothyClaeys/pycose/compare/v0.9.dev8...v1.0.0