Skip to content

gix-trace v0.1.1

Compare
Choose a tag to compare
@Byron Byron released this 22 Jun 11:15
· 3029 commits to main since this release
ea9f942

New Features

  • Span::record() to allow recording a value after the span was created.
  • add Span::into_scope()
    A way to conveniently auto-drop a span after executing a closure.

Commit Statistics

  • 7 commits contributed to the release over the course of 5 calendar days.
  • 5 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Prepare changelogs prior to release (18b0a37)
    • just fmt (871dd0b)
    • Merge branch 'gix-corpus' (5861afb)
    • Span::record() to allow recording a value after the span was created. (83895f9)
    • Add Span::into_scope() (aa9dc8f)
    • Refactor (2b37e25)
    • Merge branch 'corpus' (aa16c8c)