Skip to content

Releases: GitoxideLabs/gitoxide

gix-path v0.10.5

26 Jan 14:43
b8cba96
Compare
Choose a tag to compare

Bug Fixes

  • always try HOME environment variable first when obtaining the home directory.
    This will fix issues like the one described here:

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Merge branch 'fix-home' (e40352c)
    • Always try HOME environment variable first when obtaining the home directory. (8ba04e0)
    • Assure time-based test doesn't spuriously fail on slow windows machines (CI) (74704c7)

gix-worktree v0.30.0

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

New Features

  • add stack::Platform::excluded_kind().
    That way one can tell whether the excluded item is precious or not.

Commit Statistics

  • 4 commits contributed to the release over the course of 20 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)
    • 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 branch 'gix-status' (c3983c6)
    • Add stack::Platform::excluded_kind(). (1456d2b)

gix-worktree-stream v0.9.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-worktree-state v0.7.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 v0.58.0

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

New Features

  • add max-control feature for fine-grained performance control.
    This also adds the following performance features:

    • zlib-ng
  • zlib-ng-compat

  • zlib-stock

  • parallel-walkdir

Bug Fixes

  • object::tree::diff::Platform::for_each_to_obtain_tree(callback) errors are more convenient to use.
    Due to a change in how the generic error type is declared it should now be possible to
    use anyhow with it as well.

Commit Statistics

  • 13 commits contributed to the release over the course of 18 calendar days.
  • 20 days passed between releases.
  • 4 commits were understood as conventional.
  • 1 unique issue was worked on: #670

Commit Details

view details
  • #670
    • object::tree::diff::Platform::for_each_to_obtain_tree(callback) errors are more convenient to use. (e3c5a0f)
  • Uncategorized
    • Prepare changelogs prior to release (6a2e0be)
    • Merge branch 'finegrained-features' (d8570d0)
    • Add max-control feature for fine-grained performance control. (8847676)
    • Merge branch 'dirwalk' (5d176fc)
    • Use gix_fs::current_dir(precompose_unicode). (7d8d167)
    • Adapt to changes in gix-features (eacb5a4)
    • Add env::args_os_opt() which takes an argument to determine input unicode-decomposition (a7e606b)
    • 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)
    • max-performance-zlib-ng-compat flag (1ba9488)
    • Add a max-performance-zlib-ng-compat flag (cfb06ec)

gix-utils v0.1.9

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

New Features

  • add str::to_precomposed_unicode(), effective on apple devices only.

Commit Statistics

  • 3 commits contributed to the release over the course of 3 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 str::to_precomposed_unicode(), effective on apple devices only. (eace8bf)

gix-url v0.27.0

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

New Features

  • add std::fmt::Display to Url type.
    That way it's possible to have a more safe display implementation
    that tries to not spill obvious secrets, like the password of a
    URL.

Commit Statistics

  • 7 commits contributed to the release over the course of 17 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)
    • 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)
    • Merge branch 'url-fix' (0e579a0)
    • Enabled previously disabled test as it works with the latest version of url (3c060cb)
    • Add std::fmt::Display to Url type. (ebca00a)

gix-traverse v0.37.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.
  • 4 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-transport v0.41.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-tempfile v13.0.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)