github Byron/gitoxide git-tix-v0.1.0
git-tix v0.1.0

19 months ago

Chore

  • uniformize deny attributes
  • remove default link to cargo doc everywhere

Bug Fixes

  • note that crates have been renamed from git-* to gix-*.
    This also means that the git-* prefixed crates of the gitoxide project
    are effectively unmaintained.
    Use the crates with the gix-* prefix instead.

    If you were using git-repository, then gix is its substitute.

New Features (BREAKING)

  • upgrade edition to 2021 in most crates.
    MSRV for this is 1.56, and we are now at 1.60 so should be compatible.
    This isn't more than a patch release as it should break nobody
    who is adhering to the MSRV, but let's be careful and mark it
    breaking.

    Note that git-features and git-pack are still on edition 2018
    as they make use of a workaround to support (safe) mutable access
    to non-overlapping entries in a slice which doesn't work anymore
    in edition 2021.

Commit Statistics

  • 11 commits contributed to the release over the course of 308 calendar days.
  • 309 days passed between releases.
  • 4 commits were understood as conventional.
  • 1 unique issue was worked on: #691

Commit Details

view details
  • #691
    • set rust-version to 1.64 (55066ce)
  • Uncategorized
    • note that crates have been renamed from git-* to gix-*. (e14dc7d)
    • Merge branch 'main' into http-config (bcd9654)
    • Merge branch 'version2021' (0e4462d)
    • upgrade edition to 2021 in most crates. (3d8fa8f)
    • Merge branch 'main' into index-from-tree (bc64b96)
    • Merge branch 'main' into remote-ls-refs (e2ee3de)
    • Merge branch 'docsrs-show-features' (31c2351)
    • uniformize deny attributes (f7f136d)
    • remove default link to cargo doc everywhere (533e887)
    • Merge branch 'main' into repo-status (4086335)

Don't miss a new gitoxide release

NewReleases is sending notifications on new releases.