Skip to content

Releases: GitoxideLabs/gitoxide

gix-refspec v0.18.0

24 Sep 18:20
7891fb1
Compare
Choose a tag to compare

A maintenance release without user-facing changes.

Commit Statistics

  • 1 commit contributed to the release.
  • 15 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 (8a60d5b)

gix-ref v0.37.0

24 Sep 18:19
7891fb1
Compare
Choose a tag to compare

A maintenance release without user-facing changes.

Commit Statistics

  • 1 commit contributed to the release.
  • 16 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 (8a60d5b)

gix-protocol v0.40.0

24 Sep 18:20
7891fb1
Compare
Choose a tag to compare

A maintenance release without user-facing changes.

Commit Statistics

  • 1 commit contributed to the release.
  • 15 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 (8a60d5b)

gix-pathspec v0.3.0

24 Sep 18:20
7891fb1
Compare
Choose a tag to compare

Other

  • improve documentation of common_prefix() and pattern_matching_relative_path().

Commit Statistics

  • 3 commits contributed to the release over the course of 1 calendar day.
  • 16 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 (8a60d5b)
    • Merge branch 'reset' (54a8495)
    • Improve documentation of common_prefix() and pattern_matching_relative_path(). (832b345)

gix-pack v0.43.0

24 Sep 18:20
7891fb1
Compare
Choose a tag to compare

A maintenance release without user-facing changes.

Commit Statistics

  • 1 commit contributed to the release.
  • 16 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 (8a60d5b)

gix-odb v0.53.0

24 Sep 18:20
7891fb1
Compare
Choose a tag to compare

A maintenance release without user-facing changes.

Commit Statistics

  • 1 commit contributed to the release.
  • 16 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 (8a60d5b)

gix-object v0.37.0

24 Sep 18:19
7891fb1
Compare
Choose a tag to compare

A maintenance release without user-facing changes.

Commit Statistics

  • 1 commit contributed to the release.
  • 16 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 (8a60d5b)

gix-negotiate v0.8.0

24 Sep 18:20
7891fb1
Compare
Choose a tag to compare

A maintenance release without user-facing changes.

Commit Statistics

  • 1 commit contributed to the release.
  • 16 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 (8a60d5b)

gix-mailmap v0.19.0

24 Sep 18:20
7891fb1
Compare
Choose a tag to compare

A maintenance release without user-facing changes.

Commit Statistics

  • 1 commit contributed to the release.
  • 16 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 (8a60d5b)

gix-lock v10.0.0

24 Sep 18:19
7891fb1
Compare
Choose a tag to compare

New Features

  • Make it easy to configure lock acquisition failure from Duration.
    Now Duration can be turned into acquire::Fail.

Other

  • make clear that locks can leak and what that means on acquiring a lock

Commit Statistics

  • 4 commits contributed to the release over the course of 3 calendar days.
  • 16 days passed between releases.
  • 2 commits were understood as conventional.
  • 1 unique issue was worked on: #1026

Commit Details

view details
  • #1026
    • Make clear that locks can leak and what that means on acquiring a lock (ae29826)
  • Uncategorized
    • Prepare changelogs prior to release (8a60d5b)
    • Merge branch 'gix-lock-improvements' (b009db0)
    • Make it easy to configure lock acquisition failure from Duration. (fda4337)