Skip to content

Releases: GitoxideLabs/gitoxide

gix-negotiate v0.23.0

22 Nov 19:40
82ff92f

Choose a tag to compare

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Merge pull request #2224 from GitoxideLabs/report (3313233)

gix-merge v0.8.0

22 Nov 19:40
82ff92f

Choose a tag to compare

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Merge pull request #2224 from GitoxideLabs/report (3313233)

gix-mailmap v0.28.0

22 Nov 19:40
82ff92f

Choose a tag to compare

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Merge pull request #2230 from yuki0iq/doc_auto_cfg (fbf9c39)

gix-index v0.43.0

22 Nov 19:40
82ff92f

Choose a tag to compare

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Merge pull request #2230 from yuki0iq/doc_auto_cfg (fbf9c39)

gix-fsck v0.14.0

22 Nov 19:40
82ff92f

Choose a tag to compare

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Merge pull request #2230 from yuki0iq/doc_auto_cfg (fbf9c39)
    • Release gix-date v0.10.7, gix-actor v0.35.6, gix-trace v0.1.15, gix-features v0.44.1, gix-hash v0.20.1, gix-object v0.51.1, gix-glob v0.22.1, gix-attributes v0.28.1, gix-packetline-blocking v0.19.3, gix-commitgraph v0.30.1, gix-archive v0.23.1, gix-tempfile v19.0.1, gix-index v0.42.1, gix-config-value v0.15.3, gix-ignore v0.17.1, gix-worktree v0.43.1, gix-diff v0.54.1, gix-ref v0.54.1, gix-sec v0.12.2, gix-config v0.47.1, gix-url v0.33.1, gix-credentials v0.31.1, gix-mailmap v0.27.4, gix-revision v0.36.1, gix-pack v0.61.1, gix-odb v0.71.1, gix-packetline v0.19.3, gix-transport v0.49.1, gix-protocol v0.52.1, gix-status v0.21.1, gix v0.74.1 (bdcce5f)
    • Merge pull request #2224 from GitoxideLabs/report (3313233)

gix-filter v0.22.0

22 Nov 19:40
82ff92f

Choose a tag to compare

New Features (BREAKING)

  • large portions of the API for greater ease of use

Bug Fixes (BREAKING)

  • make gix-packeline features additive.
    For good measure, everything that was touched is marked as breaking change.

Commit Statistics

  • 7 commits contributed to the release.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge pull request #2262 from GitoxideLabs/copilot/fix-non-blocking-piped-data (e93e84e)
    • Refactor (1aaa6fa)
    • Implement on-demand thread for non-blocking piped data processing (a457393)
    • Merge pull request #2220 from djc/dedup-packetline (cbf7445)
    • Large portions of the API for greater ease of use (bce8468)
    • Make gix-packeline features additive. (f2c6a19)
    • Merge pull request #2224 from GitoxideLabs/report (3313233)

gix-discover v0.43.0

22 Nov 19:40
82ff92f

Choose a tag to compare

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Merge pull request #2224 from GitoxideLabs/report (3313233)

gix-dir v0.17.0

22 Nov 19:40
82ff92f

Choose a tag to compare

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Merge pull request #2224 from GitoxideLabs/report (3313233)

gix-diff v0.55.0

22 Nov 19:40
82ff92f

Choose a tag to compare

Commit Statistics

  • 5 commits contributed to the release.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge pull request #2197 from cruessler/add-tests-for-slider-problem (ab44f45)
    • Refactor (fb2ee84)
    • Improve test instructions to be more foolproof (9a9bd29)
    • Add script to generate test-cases for gix-diff to validate that diff-algorithms match (diff-slider problem) (94dac4b)
    • Merge pull request #2230 from yuki0iq/doc_auto_cfg (fbf9c39)

gix-date v0.11.0

22 Nov 19:40
82ff92f

Choose a tag to compare

New Features

  • add Time::to_zoned() to unleash the power of jiff::Zoned.

Bug Fixes

  • change Time::format_or_raw() to Time::format_or_unix()
    As it turns out, raw could also panic, but unix cannot.

Bug Fixes (BREAKING)

  • make Time::to_zoned() fallible and add Time::format_or_raw().
    After all, the timezone can be invalid, which makes the conversion (and formatting) fail.
    The format_or_raw() method brings back an infallible version.

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Merge pull request #2248 from GitoxideLabs/improvements (c400dd3)
    • Change Time::format_or_raw() to Time::format_or_unix() (e61832e)
    • Merge pull request #2247 from GitoxideLabs/improvements (3087b76)
    • Make Time::to_zoned() fallible and add Time::format_or_raw(). (fda4e40)
    • Merge pull request #2246 from GitoxideLabs/improvements (3e81366)
    • Add Time::to_zoned() to unleash the power of jiff::Zoned. (2184037)
    • Merge pull request #2230 from yuki0iq/doc_auto_cfg (fbf9c39)