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

13 months ago

The initial release to reserve the name.

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.

Commit Statistics

  • 18 commits contributed to the release over the course of 339 calendar days.
  • 2 commits were understood as conventional.
  • 2 unique issues were worked on: #450, #691

Commit Details

view details
  • #450
    • Prepare changelog for initial git-fetchhead release (7aff085)
    • Frame for git-fetchhead crate (f9aeda8)
  • #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-fetchhead to gix-fetchhead (0f536fb)
    • Rename git-fetchhead to gix-fetchhead (21897b6)
    • Merge branch 'main' into http-config (bcd9654)
    • Merge branch 'version2021' (0e4462d)
    • Upgrade edition to 2021 in most crates. (3d8fa8f)
    • Merge branch 'filter-refs' (fd14489)
    • Release git-fetchhead v0.0.0 (48d3e16)

Don't miss a new gitoxide release

NewReleases is sending notifications on new releases.