Skip to content

Releases: GitoxideLabs/gitoxide

gix-negotiate v0.18.0

18 Jan 15:57
dea106a
Compare
Choose a tag to compare

Chore

  • bump rust-version to 1.70
    That way clippy will allow to use the fantastic Option::is_some_and()
    and friends.

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Update all changelogs prior to release (1f6390c)
    • Merge pull request #1762 from GitoxideLabs/fix-1759 (7ec21bb)
    • Bump rust-version to 1.70 (17835bc)
    • Merge pull request #1701 from GitoxideLabs/release (e8b3b41)

gix-merge v0.3.0

18 Jan 15:57
dea106a
Compare
Choose a tag to compare

Chore

  • bump rust-version to 1.70
    That way clippy will allow to use the fantastic Option::is_some_and()
    and friends.

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Don't specify version numbers in dev-dependencies (7570daa)
    • Update all changelogs prior to release (1f6390c)
    • Merge pull request #1762 from GitoxideLabs/fix-1759 (7ec21bb)
    • Bump rust-version to 1.70 (17835bc)
    • Merge pull request #1739 from GitoxideLabs/new-release (d22937f)

gix-mailmap v0.25.2

18 Jan 15:57
dea106a
Compare
Choose a tag to compare

Chore

  • bump rust-version to 1.70
    That way clippy will allow to use the fantastic Option::is_some_and()
    and friends.

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Update all changelogs prior to release (1f6390c)
    • Merge pull request #1762 from GitoxideLabs/fix-1759 (7ec21bb)
    • Bump rust-version to 1.70 (17835bc)
    • Merge pull request #1701 from GitoxideLabs/release (e8b3b41)

gix-lock v16.0.0

18 Jan 15:57
dea106a
Compare
Choose a tag to compare

Chore

  • bump rust-version to 1.70
    That way clippy will allow to use the fantastic Option::is_some_and()
    and friends.

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Update all changelogs prior to release (1f6390c)
    • Merge pull request #1762 from GitoxideLabs/fix-1759 (7ec21bb)
    • Bump rust-version to 1.70 (17835bc)
    • Merge pull request #1701 from GitoxideLabs/release (e8b3b41)

gix-index v0.38.0

18 Jan 15:57
dea106a
Compare
Choose a tag to compare

Chore

  • bump rust-version to 1.70
    That way clippy will allow to use the fantastic Option::is_some_and()
    and friends.

Bug Fixes

  • State::from_tree() is now faster.
    It uses depth-first traversal out of the box which allows it to save
    the sorting in the end. It's also a little bit faster.

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Update all changelogs prior to release (1f6390c)
    • Merge pull request #1773 from GitoxideLabs/improvements (c2d1a5d)
    • Assure that the recently added worktree_mode actually represents it. (fc2021f)
    • Merge pull request #1768 from GitoxideLabs/improvements (34fa6bb)
    • Slightly improve docs of entry::Mode::change_to_match_fs() (18b2a97)
    • Merge pull request #1762 from GitoxideLabs/fix-1759 (7ec21bb)
    • Bump rust-version to 1.70 (17835bc)
    • Merge pull request #1410 from GitoxideLabs/status (0ab4f64)
    • State::from_tree() is now faster. (4989cda)
    • Adapt to changes in gix-traverse (1de4e70)
    • Merge pull request #1701 from GitoxideLabs/release (e8b3b41)

gix-ignore v0.13.0

18 Jan 15:57
dea106a
Compare
Choose a tag to compare

Chore

  • bump rust-version to 1.70
    That way clippy will allow to use the fantastic Option::is_some_and()
    and friends.

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Update all changelogs prior to release (1f6390c)
    • Merge pull request #1762 from GitoxideLabs/fix-1759 (7ec21bb)
    • Bump rust-version to 1.70 (17835bc)
    • Merge pull request #1701 from GitoxideLabs/release (e8b3b41)

gix-hashtable v0.7.0

18 Jan 15:56
dea106a
Compare
Choose a tag to compare

Chore

  • bump rust-version to 1.70
    That way clippy will allow to use the fantastic Option::is_some_and()
    and friends.

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Update all changelogs prior to release (1f6390c)
    • Merge pull request #1762 from GitoxideLabs/fix-1759 (7ec21bb)
    • Bump rust-version to 1.70 (17835bc)
    • Merge pull request #1642 from GitoxideLabs/new-release (db5c9cf)

gix-hash v0.16.0

18 Jan 15:56
dea106a
Compare
Choose a tag to compare

Chore

  • bump rust-version to 1.70
    That way clippy will allow to use the fantastic Option::is_some_and()
    and friends.

Bug Fixes (BREAKING)

  • hex-display of any object ID is now faster as oid::hex_to_buf() now returns &mut str.
    This helps callers to avoid converting to UTF8 by hand.

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Update all changelogs prior to release (1f6390c)
    • Merge pull request #1762 from GitoxideLabs/fix-1759 (7ec21bb)
    • Bump rust-version to 1.70 (17835bc)
    • Merge pull request #1410 from GitoxideLabs/status (0ab4f64)
    • Hex-display of any object ID is now faster as oid::hex_to_buf() now returns &mut str. (c17aee6)
    • Merge pull request #1701 from GitoxideLabs/release (e8b3b41)

gix-glob v0.18.0

18 Jan 15:56
dea106a
Compare
Choose a tag to compare

Chore

  • bump rust-version to 1.70
    That way clippy will allow to use the fantastic Option::is_some_and()
    and friends.

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Update all changelogs prior to release (1f6390c)
    • Merge pull request #1762 from GitoxideLabs/fix-1759 (7ec21bb)
    • Bump rust-version to 1.70 (17835bc)
    • Merge pull request #1701 from GitoxideLabs/release (e8b3b41)

gix-fsck v0.9.0

18 Jan 15:57
dea106a
Compare
Choose a tag to compare

Chore

  • bump rust-version to 1.70
    That way clippy will allow to use the fantastic Option::is_some_and()
    and friends.

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Update all changelogs prior to release (1f6390c)
    • Merge pull request #1762 from GitoxideLabs/fix-1759 (7ec21bb)
    • Bump rust-version to 1.70 (17835bc)
    • Merge pull request #1701 from GitoxideLabs/release (e8b3b41)