Skip to content

Releases: GitoxideLabs/gitoxide

gix-lock v12.0.0

29 Dec 12:13
e1aae19

Choose a tag to compare

Chore

  • upgrade MSRV to v1.70
    Our MSRV follows the one of helix, which in turn follows Firefox.

Commit Statistics

  • 3 commits contributed to the release.
  • 22 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 of next release (e78a92b)
    • Merge branch 'maintenance' (4454c9d)
    • Upgrade MSRV to v1.70 (aea89c3)

gix-index v0.28.0

29 Dec 12:14
e1aae19

Choose a tag to compare

Chore

  • upgrade MSRV to v1.70
    Our MSRV follows the one of helix, which in turn follows Firefox.

Bug Fixes

  • use correct fields for ctime and mtime on AIX
    On AIX, ctime and mtime are structs containing seconds and nanoseconds.

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Prepare changelogs of next release (e78a92b)
    • Merge branch 'maintenance' (4454c9d)
    • Upgrade MSRV to v1.70 (aea89c3)
    • Adapt to changes in gix-hash (859a092)
    • Merge pull request #1194 from ecnelises/aix_stattime (940e3ca)
    • Use correct fields for ctime and mtime on AIX (569caa0)
    • Merge branch 'main' into fix-1183 (1691ba6)
    • Merge branch 'archive-handling' (7549559)
    • Check all git-lfs managed files into the repository (35439de)

gix-ignore v0.10.0

29 Dec 12:14
e1aae19

Choose a tag to compare

Chore

  • upgrade MSRV to v1.70
    Our MSRV follows the one of helix, which in turn follows Firefox.

Commit Statistics

  • 3 commits contributed to the release.
  • 22 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 of next release (e78a92b)
    • Merge branch 'maintenance' (4454c9d)
    • Upgrade MSRV to v1.70 (aea89c3)

gix-hashtable v0.5.0

29 Dec 12:13
e1aae19

Choose a tag to compare

Chore

  • upgrade MSRV to v1.70
    Our MSRV follows the one of helix, which in turn follows Firefox.

Commit Statistics

  • 3 commits contributed to the release.
  • 22 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 of next release (e78a92b)
    • Merge branch 'maintenance' (4454c9d)
    • Upgrade MSRV to v1.70 (aea89c3)

gix-hash v0.14.0

29 Dec 12:13
e1aae19

Choose a tag to compare

Chore

  • upgrade MSRV to v1.70
    Our MSRV follows the one of helix, which in turn follows Firefox.

Bug Fixes (BREAKING)

  • remove panicking version of ObjectId::from() in favor of ObjectId::from_bytes_or_panic().
    We also add an &oid::try_from() implementation for good measure, which is hard to call in
    practice but certainly not impossible.

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Prepare changelogs of next release (e78a92b)
    • Merge branch 'maintenance' (4454c9d)
    • Upgrade MSRV to v1.70 (aea89c3)
    • Remove panicking version of ObjectId::from() in favor of ObjectId::from_bytes_or_panic(). (b2ded12)
    • Merge branch 'main' into fix-1183 (1691ba6)

gix-glob v0.15.0

29 Dec 12:13
e1aae19

Choose a tag to compare

Chore

  • upgrade MSRV to v1.70
    Our MSRV follows the one of helix, which in turn follows Firefox.

Bug Fixes

  • add recursion depth limit to avoid runaway runtimes or stackoverflows.
    This is important as .gitattributes and .gitignore files can contain arbitrary
    patterns which might be used to attack clients or servers for that matter.
  • adjust logic to properly deal with match groups to prevent endless loops.

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Prepare changelogs of next release (e78a92b)
    • Merge branch 'maintenance' (4454c9d)
    • Upgrade MSRV to v1.70 (aea89c3)
    • Merge branch 'gix-glob-fix' (c1e4c62)
    • Add recursion depth limit to avoid runaway runtimes or stackoverflows. (16cab84)
    • Merge branch 'gix-glob-recursion' (3c65ea3)
    • Adjust logic to properly deal with match groups to prevent endless loops. (ac57855)
    • Merge branch 'main' into fix-1183 (1691ba6)
    • Merge branch 'archive-handling' (7549559)
    • Check all git-lfs managed files into the repository (35439de)
    • Git-lfs might fail early; let's rely on these caches to be recreated, where possible (b6f2b81)

gix-fsck v0.2.0

29 Dec 12:14
e1aae19

Choose a tag to compare

Chore

  • upgrade MSRV to v1.70
    Our MSRV follows the one of helix, which in turn follows Firefox.

Commit Statistics

  • 5 commits contributed to the release over the course of 19 calendar days.
  • 22 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 of next release (e78a92b)
    • Merge branch 'maintenance' (4454c9d)
    • Upgrade MSRV to v1.70 (aea89c3)
    • Merge branch 'main' into fix-1183 (1691ba6)
    • Release gix-hash v0.13.3, gix-index v0.27.1 (98b08f4)

gix-fs v0.9.0

29 Dec 12:13
e1aae19

Choose a tag to compare

Chore

  • upgrade MSRV to v1.70
    Our MSRV follows the one of helix, which in turn follows Firefox.

Commit Statistics

  • 3 commits contributed to the release.
  • 22 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 of next release (e78a92b)
    • Merge branch 'maintenance' (4454c9d)
    • Upgrade MSRV to v1.70 (aea89c3)

gix-filter v0.8.0

29 Dec 12:13
e1aae19

Choose a tag to compare

Chore

  • upgrade MSRV to v1.70
    Our MSRV follows the one of helix, which in turn follows Firefox.

Commit Statistics

  • 9 commits contributed to the release over the course of 21 calendar days.
  • 22 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 of next release (e78a92b)
    • Merge branch 'maintenance' (4454c9d)
    • Upgrade MSRV to v1.70 (aea89c3)
    • Merge branch 'main' into fix-1183 (1691ba6)
    • Merge branch 'archive-handling' (7549559)
    • Check all git-lfs managed files into the repository (35439de)
    • Release gix-hash v0.13.3, gix-index v0.27.1 (98b08f4)
    • Merge branch '32bit' (ff1542c)
    • Try to make gix-filter tests stable by running it through cargo run (ebd5c6f)

gix-features v0.37.0

29 Dec 12:13
e1aae19

Choose a tag to compare

Chore

  • upgrade MSRV to v1.70
    Our MSRV follows the one of helix, which in turn follows Firefox.

Commit Statistics

  • 5 commits contributed to the release over the course of 9 calendar days.
  • 22 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 of next release (e78a92b)
    • Merge branch 'maintenance' (4454c9d)
    • Upgrade MSRV to v1.70 (aea89c3)
    • Merge branch 'fuzz-gix-ref' (8ee1194)
    • Fix ununsed imports warning on nightly (f130f63)