Skip to content

v3.0.0

Choose a tag to compare

@Byron Byron released this 12 Jun 01:25
· 133 commits to main since this release
3f51fb2

A major release which simplifies the error type to resolve a significant problems that surfaced on
linux (and was present from day one).

Bug Fixes (BREAKING)

  • Assure that(…) is non-blocking on linux
    This change goes hand in hand with removing additional information
    from the error case which was the reason for the blocking issue
    on linux.

    Note that the top-level Result type was also removed.

Commit Statistics

  • 3 commits contributed to the release.
  • 9 days passed between releases.
  • 1 commit where understood as conventional.
  • 0 issues like '(#ID)' where seen in commit messages

Commit Details

view details
  • Uncategorized
    • update changelog and docs (10b92f5)
    • refactor (475f002)
    • Assure that(…) is non-blocking on linux (0bdc6d6)