Skip to content

Releases: GitoxideLabs/gitoxide

gix-submodule v0.8.0

20 Jan 08:19
eb6aa8f
Compare
Choose a tag to compare

A maintenance release without user-facing changes.

Commit Statistics

  • 3 commits contributed to the release over the course of 2 calendar days.
  • 20 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 (6a2e0be)
    • Merge branch 'dirwalk' (5d176fc)
    • Adapt to changes in gix-features (eacb5a4)

gix-status v0.5.0

20 Jan 08:19
eb6aa8f
Compare
Choose a tag to compare

A maintenance release without user-facing changes.

Commit Statistics

  • 4 commits contributed to the release over the course of 5 calendar days.
  • 20 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 (6a2e0be)
    • Release gix-trace v0.1.7, gix-features v0.37.2, gix-commitgraph v0.23.2, gix-traverse v0.36.2, gix-index v0.28.2 (b6c04c8)
    • Merge pull request #1248 from joshtriplett/tyop (39f35da)
    • Typo fixes (3ef3bc2)

gix-sec v0.10.4

20 Jan 08:19
eb6aa8f
Compare
Choose a tag to compare

A maintenance release without user-facing changes.

Commit Statistics

  • 5 commits contributed to the release over the course of 5 calendar days.
  • 20 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 (6a2e0be)
    • Merge branch 'EmbarkStudios/main' (48e8932)
    • Replace windows with windows-sys (68a7079)
    • Merge pull request #1248 from joshtriplett/tyop (39f35da)
    • Typo fixes (3ef3bc2)

gix-revwalk v0.12.0

20 Jan 08:19
eb6aa8f
Compare
Choose a tag to compare

A maintenance release without user-facing changes.

Commit Statistics

  • 1 commit contributed to the release.
  • 20 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 (6a2e0be)

gix-revision v0.26.0

20 Jan 08:19
eb6aa8f
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 4 calendar days.
  • 20 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 (6a2e0be)
    • Release gix-trace v0.1.7, gix-features v0.37.2, gix-commitgraph v0.23.2, gix-traverse v0.36.2, gix-index v0.28.2 (b6c04c8)

gix-refspec v0.22.0

20 Jan 08:19
eb6aa8f
Compare
Choose a tag to compare

A maintenance release without user-facing changes.

Commit Statistics

  • 1 commit contributed to the release.
  • 20 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 (6a2e0be)

gix-ref v0.41.0

20 Jan 08:19
eb6aa8f
Compare
Choose a tag to compare

New Features (BREAKING)

  • support for precompose_unicode, which is now an extra argument in the Store constructor.

Commit Statistics

  • 5 commits contributed to the release over the course of 4 calendar days.
  • 20 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 (6a2e0be)
    • Merge branch 'dirwalk' (5d176fc)
    • Add precompose_unicode related tests (69c8232)
    • Support for precompose_unicode, which is now an extra argument in the Store constructor. (7523e5c)
    • Release gix-trace v0.1.7, gix-features v0.37.2, gix-commitgraph v0.23.2, gix-traverse v0.36.2, gix-index v0.28.2 (b6c04c8)

gix-protocol v0.44.0

20 Jan 08:19
eb6aa8f
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 4 calendar days.
  • 20 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 (6a2e0be)
    • Release gix-trace v0.1.7, gix-features v0.37.2, gix-commitgraph v0.23.2, gix-traverse v0.36.2, gix-index v0.28.2 (b6c04c8)

gix-pathspec v0.6.0

20 Jan 08:19
eb6aa8f
Compare
Choose a tag to compare

A maintenance release without user-facing changes.

Commit Statistics

  • 5 commits contributed to the release over the course of 20 calendar days.
  • 20 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 (6a2e0be)
    • Merge pull request #1248 from joshtriplett/tyop (39f35da)
    • Typo fixes (3ef3bc2)
    • Merge branch 'fuzz-gix-pathspec' (62e1072)
    • Fuzz more of pathspec patterns (6ac89e5)

gix-path v0.10.4

20 Jan 08:19
eb6aa8f
Compare
Choose a tag to compare

Bug Fixes

  • prevent very long path from using unbounded time in realpath().
    It's possible to inject such paths using urls which can then end up
    being canonicalized, causing very long runtimes with excessively long
    paths due to is_symlink calls which will be slow.

    Now the amount of components is limited to 4096/2, which should be
    a worst-case path at the border of realistic.

    If this limitation becomes too arbitrary, one could consider making
    this cut-off value configurable.

Commit Statistics

  • 6 commits contributed to the release over the course of 4 calendar days.
  • 20 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 (6a2e0be)
    • Merge branch 'url-fuzz' (db86fba)
    • Prevent very long path from using unbounded time in realpath(). (8d4bf40)
    • Merge branch 'dirwalk' (5d176fc)
    • Use gix_fs::current_dir(precompose_unicode). (7d8d167)
    • Release gix-trace v0.1.7, gix-features v0.37.2, gix-commitgraph v0.23.2, gix-traverse v0.36.2, gix-index v0.28.2 (b6c04c8)