Skip to content

v0.0.2

Compare
Choose a tag to compare
@DarkaMaul DarkaMaul released this 30 Oct 16:51
· 35 commits to main since this release
02457f7

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 a Verifier (#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