Skip to content

v0.33.0

Compare
Choose a tag to compare
@Byron Byron released this 29 Dec 12:14
· 491 commits to main since this release
e1aae19

New Features

  • Add rev parse --reference.
    It's similar to git rev-parse --symbolic-full-name.

Bug Fixes (BREAKING)

  • mark gix::interrupt::init_handler() as unsafe
    The passed interrupt() argument will be called from a signal
    handler, so that needs to be documented and the call sites need to
    state that they fulfill the contract.

    Thanks to @Manishearth for pointing this out.

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Merge branch 'maintenance' (4454c9d)
    • Upgrade tabled and setup wordwrapping (a78caba)
    • Merge branch 'tracking-branch' (0fe20e8)
    • Add rev parse --reference. (193ffcd)
    • Merge branch 'main' into fix-1183 (1691ba6)
    • Merge branch 'push-yvzxzqrkkvry' (4917beb)
    • Mark gix::interrupt::init_handler() as unsafe (59b8104)