v0.0.2
What's Changed
Added
- Magic methods (
__hash__
and__repr__
) have been added for TimestampResponse and
TimestampRequest (#32) VerifierBuilder
is now the only way to create aVerifier
(#35)
Fixed
- The version is now correctly sourced from
pyproject.toml
(#30) - The nonce generation no longer fails sporadically (#33)
Accuracy
now correctly accepts valid inputs and enforce range invariants (#43)- Fixes a bug in how
TSTInfo
was parsed (#45)
Changed
- The public API is now available directly from the main package module (#36)
Full Changelog: v0.0.1...v0.0.2