github Byron/gitoxide gix-lfs-v0.0.0
gix-lfs v0.0.0

13 months ago

An empty crate without any content to reserve the name for the gitoxide project.

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.

Chore

  • don't call crate 'WIP' in manifest anymore.
  • uniformize deny attributes
  • remove default link to cargo doc everywhere

Commit Statistics

  • 24 commits contributed to the release over the course of 487 calendar days.
  • 4 commits were understood as conventional.
  • 2 unique issues were worked on: #382, #691

Commit Details

view details
  • #382
    • Add dummy crates for git-rebase and git-lfs (94c8122)
  • #691
    • Set rust-version to 1.64 (55066ce)
  • Uncategorized
    • Don't call crate 'WIP' in manifest anymore. (229bd48)
    • Update license field following SPDX 2.1 license expression standard (9064ea3)
    • Merge branch 'corpus' (aa16c8c)
    • Change MSRV to 1.65 (4f635fc)
    • Merge branch 'main' into auto-clippy (3ef5c90)
    • Merge branch 'blinxen/main' (9375cd7)
    • Include license files in all crates (facaaf6)
    • Merge branch 'rename-crates' into inform-about-gix-rename (c9275b9)
    • Adjust to renaming of git-lfs to gix-lfs (b9225c8)
    • Rename gix-lfs to gix-lfs (a3fa287)
    • Adjust to renaming of git-rebase to gix-rebase (f00e531)
    • 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 git-sec (2fe70f9)
    • Merge branch 'main' into repo-status (8122c5c)
    • Release git-lfs v0.0.0, git-rebase v0.0.0 (498e44f)

Don't miss a new gitoxide release

NewReleases is sending notifications on new releases.