* Added TPM server which can be run as `tpm-multicast-client --serve`.
✨ Improved
* Added `TPMClient` singleton class.
0.2.0
🚀 New
* Starting with version `0.2.0` this is a pure Python package and we are not using Jeff Hagen's ``tpmdgram.c`` code anymore. Instead, the unpacking of the TPM buffer into a Python dictionary is handled using Python's `struct` standard library.