Tags give the ability to mark specific points in history as being important
Release 0.10.29 - chore: bump version to 0.10.29 - fix(message): use the correct error code for too large buffer - tests(response): extend to error responses
Release 0.10.28 - chore: bump version to 0.10.28 - fix(tests): remove unused imports - feat(const): add file for architectural constants
Release 0.10.27 - chore: bump version to 0.10.27 - fix(enum): populate TpmRh fields - tests: convert command tests to data-driven tests - tests: add two new test cases
Release 0.10.26 - chore: bump version to 0.10.26 - fix(tpm_rc): correct variant names
Release 0.10.25 - chore: bump version to 0.10.25 - fix(data): add the missing variants to TpmEccCurve - tests: data-driven tests
Release 0.10.24 - chore: bump version to 0.10.24 - fix: `TpmCap::EccCurves` - tests: test_response_get_capability - tests: reorg
Release 0.10.23 - chore: bump version to 0.10.23
Release 0.10.22 - chore: bump version to 0.10.22 - feat(data): `TpmCap::EccCurves`
Release 0.10.21 - chore: bump version to 0.10.21 - fix(macro): interpret responses dynamically - tests: add test_response_start_auth_session_no_sessions_2
Release 0.10.20 - chore: bump version to 0.10.20 - fix(data): add the missing null variant to TpmuHa
Release 0.10.19 - chore: bump version to 0.10.19 - fix(builder): add missing rc.is_warning() check
Release 0.10.18 - chore: bump version to 0.10.18 - fix(message): return `BuildCapacity` from build traits - tests: create StartAuthSession tests
Release 0.10.17 - chore: bump version to 0.10.17 - refactor(integer): use tpm_integer! for u8
Release 0.10.16 - chore: bump version to 0.10.16 - fix(message): correct wrong field type in StartAuthSession
Release 0.10.15 - chore: bump version to 0.10.15 - refactor!(message): decouple TpmHeader from the build trait
Release 0.10.14 - chore: bump version to 0.10.14 - perf(message): avoid buffer copy during command parsing
Release 0.10.13 - chore: bump version to 0.10.13 - docs: extend mailing list documentation
Release 0.10.12 - chore: bump version 0.10.12 - docs: update mailing list address
Release 0.10.11 - chore: bump version 0.10.11 - feat(data): add the missing TPM_CAP_COMMANDS - refactor(list): use const initializer in TpmList::new()
Release 0.10.10 - chore: bump version 0.10.10 - docs: document the sink for patches - fix(message): documentation comments