github Byron/gitoxide git-tempfile-v2.0.0
git-tempfile v2.0.0

2 years ago

Bug Fixes (BREAKING)

  • do not install signal handlers by default.

    The previous behaviour is meant to be convenient for the casual
    user even though it
    ends up being surprising when used in applications that install
    their own signal handlers and need more control over how the program
    shuts down.

    This is now fixed by requiring an explicit setup() call before
    the first tempfile is created, which makes it a breaking change.

Commit Statistics

  • 4 commits contributed to the release over the course of 9 calendar days.
  • 10 days passed between releases.
  • 1 commit where understood as conventional.
  • 2 unique issues were worked on: #298, #336

Commit Details

view details
  • #298
    • Use hash_hasher based hash state for better keys/less collisions (814de07)
  • #336
    • update changelog (2cfbe9c)
    • do not install signal handlers by default (c863ea5)
  • Uncategorized
    • Merge branch 'AP2008-implement-worktree' (f32c669)

Don't miss a new gitoxide release

NewReleases is sending notifications on new releases.