Skip to content

Releases: GitoxideLabs/gitoxide

gix-credentials v0.33.0

22 Dec 09:43
21fecdf

Choose a tag to compare

gix-credentials-v0.33.0

gix-config-value v0.16.0

22 Dec 09:42
21fecdf

Choose a tag to compare

New Features (BREAKING)

  • Add support for :(optional) prefix for path values in gix-config-value
    It's breaking because it adds the optional field to the Path type.

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
    • Merge pull request #2283 from GitoxideLabs/copilot/add-optional-prefix-support (e343ed9)
    • Refactor (c2bc941)
    • Add support for :(optional) prefix for path values in gix-config-value (b8d3d3e)
    • Merge pull request #2230 from yuki0iq/doc_auto_cfg (fbf9c39)

gix-config v0.49.0

22 Dec 09:43
21fecdf

Choose a tag to compare

Commit Statistics

  • 4 commits contributed to the release.
  • 29 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge pull request #2277 from GitoxideLabs/dependabot/cargo/cargo-83105039d9 (f8435ea)
    • Bump the cargo group with 7 updates (6bf895c)
    • Merge pull request #2275 from GitoxideLabs/dependabot/cargo/cargo-92eaa62a2e (93dd630)
    • Bump the cargo group across 1 directory with 14 updates (703644c)

gix-commitgraph v0.31.0

22 Dec 09:42
21fecdf

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-blame v0.6.0

22 Dec 09:43
21fecdf

Choose a tag to compare

Commit Statistics

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

Thanks Clippy

Clippy helped 1 time to make code idiomatic.

Commit Details

view details
  • Uncategorized
    • Merge pull request #2287 from cruessler/update-to-imara-diff-0-2-in-gix-blame (691a205)
    • Refactor (0b7c1dd)
    • Thanks clippy (ca9e4b9)
    • Add feature flag blob-experimental to gix-blame (ed9c437)
    • Update gix-blame to imara-diff 0.2 (2c88262)

gix-attributes v0.29.0

22 Dec 09:42
21fecdf

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-archive v0.25.0

22 Dec 09:42
21fecdf

Choose a tag to compare

Commit Statistics

  • 9 commits contributed to the release.
  • 29 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge pull request #2294 from GitoxideLabs/copilot/replace-zip-crate-with-rawzip (25099c8)
    • Address copilot review (fb6386b)
    • Refactor (8c9b4d6)
    • Replace zip crate with rawzip in gix-archive (60290f1)
    • Merge pull request #2290 from gruebel/fix-tar-feat (7e5c05f)
    • Adjust test invocation and enable deflate-flate2-zlib-rs feature (cd826dc)
    • Fix tar feature in gix-archive (141b47f)
    • Merge pull request #2275 from GitoxideLabs/dependabot/cargo/cargo-92eaa62a2e (93dd630)
    • Bump the cargo group across 1 directory with 14 updates (703644c)

gix-actor v0.36.1

22 Dec 09:42
21fecdf

Choose a tag to compare

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Merge pull request #2275 from GitoxideLabs/dependabot/cargo/cargo-92eaa62a2e (93dd630)
    • Bump the cargo group across 1 directory with 14 updates (703644c)

gitoxide-core v0.51.0

22 Dec 09:43
21fecdf

Choose a tag to compare

Refactor (BREAKING)

  • split async and blocking implementations for Handshake::fetch_or_extract_refmap()
  • split Handshake::fetch_or_extract_refmap()

Commit Statistics

  • 8 commits contributed to the release.
  • 29 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge pull request #2274 from djc/simplify-ls-refs (eab774c)
    • Refactor (9d936fb)
    • Split async and blocking implementations for Handshake::fetch_or_extract_refmap() (ab3cce4)
    • Split Handshake::fetch_or_extract_refmap() (c26efb9)
    • Merge pull request #2277 from GitoxideLabs/dependabot/cargo/cargo-83105039d9 (f8435ea)
    • Bump the cargo group with 7 updates (6bf895c)
    • Merge pull request #2275 from GitoxideLabs/dependabot/cargo/cargo-92eaa62a2e (93dd630)
    • Bump the cargo group across 1 directory with 14 updates (703644c)

v0.47.0

22 Nov 19:40
82ff92f

Choose a tag to compare

New Features

  • allow credential fill with gix credential fill to run without a repo

Other

  • Remove doc_auto_cfg feature to fix docs.rs documentation.
    It is part of doc_cfg feature since rust-lang/rust#138907

    This fixes the docs.rs build

Commit Statistics

  • 5 commits contributed to the release.
  • 2 commits were understood as conventional.
  • 1 unique issue was worked on: #2198

Commit Details

view details
  • #2198
    • Allow credential fill with gix credential fill to run without a repo (924cd62)
  • Uncategorized
    • Merge pull request #2254 from ralphmodales/credential-fill-fix (dba337d)
    • Merge pull request #2204 from cruessler/improve-blame-ranges (663b41e)
    • Merge pull request #2230 from yuki0iq/doc_auto_cfg (fbf9c39)
    • Remove doc_auto_cfg feature to fix docs.rs documentation. (6f469a6)