Skip to content

Releases: GitoxideLabs/gitoxide

gix-ignore v0.9.0

12 Oct 17:21
68e5432
Compare
Choose a tag to compare

A maintenance release without user-facing changes.

Commit Statistics

  • 1 commit contributed to the release.
  • 17 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Prepare changelogs prior to release (1347a54)

gix-hash v0.13.1

12 Oct 17:20
68e5432
Compare
Choose a tag to compare

A maintenance release without user-facing changes.

Commit Statistics

  • 3 commits contributed to the release.
  • 33 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Prepare changelogs prior to release (1347a54)
    • Merge branch 'improvements' (429e7b2)
    • Add another doc-alias for a commonly used hash method (ed458c0)

gix-glob v0.14.0

12 Oct 17:21
68e5432
Compare
Choose a tag to compare

A maintenance release without user-facing changes.

Commit Statistics

  • 1 commit contributed to the release.
  • 17 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Prepare changelogs prior to release (1347a54)

gix-fs v0.8.0

12 Oct 17:21
68e5432
Compare
Choose a tag to compare

A maintenance release without user-facing changes.

Commit Statistics

  • 1 commit contributed to the release.
  • 17 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Prepare changelogs prior to release (1347a54)

gix-filter v0.6.0

12 Oct 17:21
68e5432
Compare
Choose a tag to compare

Bug Fixes

  • hanging Read implementation of pipeline::convert::ToGitOutcome.
    This codepath was never tested and its function more subtle than one could have known.
    Also fix incorrect configuration handling which could lead to binary files with text=auto
    to be identified as text, which would then require conversion.

Bug Fixes (BREAKING)

  • don't provide path to object-retrieval callback of Pipeline::convert::to_git::IndexObjectFn().
    It implies that one has to be ready to fetch any kind of path from the index, even though it's always the path to
    the file that is currently converted.

    Also fix a bug that could cause it to return input as unchanged even though it was read into a buffer already.

Commit Statistics

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

Thanks Clippy

Clippy helped 1 time to make code idiomatic.

Commit Details

view details
  • Uncategorized
    • Prepare changelogs prior to release (1347a54)
    • Fix docs (995bc84)
    • Thanks clippy (345712d)
    • Merge branch 'reset' (b842691)
    • Hanging Read implementation of pipeline::convert::ToGitOutcome. (b5b50f8)
    • Don't provide path to object-retrieval callback of Pipeline::convert::to_git::IndexObjectFn(). (260c781)

gix-features v0.36.0

12 Oct 17:20
68e5432
Compare
Choose a tag to compare

New Features (BREAKING)

  • add hash::bytes_with_header(), also make it 32bit compatible.
    That way it's possible to hash entire files as object.
    Previously it wasn't possible to read more than u32::MAX bytes even
    on 32 bit system even though we are streaming the data.

Commit Statistics

  • 3 commits contributed to the release over the course of 13 calendar days.
  • 17 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Prepare changelogs prior to release (1347a54)
    • Merge branch 'reset' (b842691)
    • Add hash::bytes_with_header(), also make it 32bit compatible. (4c03fdb)

gix-discover v0.26.0

12 Oct 17:21
68e5432
Compare
Choose a tag to compare

A maintenance release without user-facing changes.

Commit Statistics

  • 1 commit contributed to the release.
  • 17 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Prepare changelogs prior to release (1347a54)

gix-diff v0.37.0

12 Oct 17:21
68e5432
Compare
Choose a tag to compare

A maintenance release without user-facing changes.

Commit Statistics

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

Commit Details

view details
  • Uncategorized

gix-credentials v0.21.0

12 Oct 17:21
68e5432
Compare
Choose a tag to compare

A maintenance release without user-facing changes.

Commit Statistics

  • 1 commit contributed to the release.
  • 17 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Prepare changelogs prior to release (1347a54)

gix-config v0.31.0

12 Oct 17:21
68e5432
Compare
Choose a tag to compare

A maintenance release without user-facing changes.

Commit Statistics

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

Thanks Clippy

Clippy helped 1 time to make code idiomatic.

Commit Details

view details
  • Uncategorized
    • Prepare changelogs prior to release (1347a54)
    • Thanks clippy (345712d)