Skip to content

Releases: GitoxideLabs/gitoxide

gix-commitgraph v0.30.0

22 Oct 06:39
89fb308

Choose a tag to compare

Commit Statistics

  • 7 commits contributed to the release over the course of 99 calendar days.
  • 99 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 #2217 from GitoxideLabs/copilot/update-msrv-to-rust-1-82 (4da2927)
    • Update MSRV to 1.82 and replace once_cell with std equivalents (6cc8464)
    • Merge pull request #2202 from GitoxideLabs/dependabot/cargo/cargo-4a7155215a (9365cc3)
    • Bump the cargo group across 1 directory with 64 updates (838ff95)
    • Merge pull request #2090 from GitoxideLabs/dependabot/cargo/cargo-f147714000 (473fe52)
    • Bump the cargo group with 41 updates (428412c)
    • Merge pull request #2075 from GitoxideLabs/improvements (784c046)

gix-command v0.6.3

22 Oct 06:39
89fb308

Choose a tag to compare

Bug Fixes

  • Prepare::with_shell() now assures manual argument splitting isn't done on Windows either.
    That way with_shell() means what it says, previously it was a trap that was
    impossible to get right on Windows.

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Merge pull request #2217 from GitoxideLabs/copilot/update-msrv-to-rust-1-82 (4da2927)
    • Fixup Copilot commits and thank clippy (b188a7d)
    • Update MSRV to 1.82 and replace once_cell with std equivalents (6cc8464)
    • Merge pull request #2100 from GitoxideLabs/release (202bc6d)
    • Release gix-actor v0.35.3, gix-path v0.10.20, gix-features v0.43.1, gix-object v0.50.1 (d64f257)
    • Merge pull request #2087 from GitoxideLabs/improvements (8d4d18d)
    • Prepare::with_shell() now assures manual argument splitting isn't done on Windows either. (a5ba202)
    • Merge pull request #2075 from GitoxideLabs/improvements (784c046)

gix-chunk v0.4.12

22 Oct 06:39
89fb308

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 #2217 from GitoxideLabs/copilot/update-msrv-to-rust-1-82 (4da2927)
    • Update MSRV to 1.82 and replace once_cell with std equivalents (6cc8464)
    • Merge pull request #2202 from GitoxideLabs/dependabot/cargo/cargo-4a7155215a (9365cc3)
    • Bump the cargo group across 1 directory with 64 updates (838ff95)
    • Merge pull request #1778 from GitoxideLabs/new-release (8df0db2)

gix-blame v0.4.0

22 Oct 06:40
89fb308

Choose a tag to compare

Commit Statistics

  • 21 commits contributed to the release over the course of 99 calendar days.
  • 99 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 #2217 from GitoxideLabs/copilot/update-msrv-to-rust-1-82 (4da2927)
    • Update MSRV to 1.82 and replace once_cell with std equivalents (6cc8464)
    • Merge pull request #2202 from GitoxideLabs/dependabot/cargo/cargo-4a7155215a (9365cc3)
    • Bump the cargo group across 1 directory with 64 updates (838ff95)
    • Merge pull request #2163 from cruessler/deprecate-in-place-methods (42f8db5)
    • Adapt to changes in gix-ref (44922d0)
    • Merge pull request #2157 from cruessler/more-impl-from-for-unblamed-hunk (9222666)
    • Reduce noise in gix-blame tests (58cb884)
    • Merge pull request #2156 from cruessler/impl-from-for-unblamed-hunk (c78af3c)
    • Reduce noise in gix-blame tests (4ad2be8)
    • Merge pull request #2153 from cruessler/add-blame-file-on-repository (bd47fb5)
    • Fix typo, add missing slashes (1ad3da6)
    • Merge pull request #2113 from GitoxideLabs/release (dc7343c)
    • Release gix-actor v0.35.4, gix-fs v0.16.1, gix-object v0.50.2, gix-ref v0.53.1 (79ba9d0)
    • Merge pull request #2110 from jpgrayson/fix/gix-date-parse-raw (651f9fa)
    • Release gix-date v0.10.5 (4289ae6)
    • Merge pull request #2100 from GitoxideLabs/release (202bc6d)
    • Release gix-actor v0.35.3, gix-path v0.10.20, gix-features v0.43.1, gix-object v0.50.1 (d64f257)
    • Merge pull request #2097 from GitoxideLabs/fix-gix-date (589d63e)
    • Release gix-date v0.10.4 (007e3f6)
    • Merge pull request #2075 from GitoxideLabs/improvements (784c046)

gix-bitmap v0.2.15

22 Oct 06:39
89fb308

Choose a tag to compare

Commit Statistics

  • 7 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 #2219 from cruessler/use-split-at-checked (12b3257)
    • Replace split_at_pos by split_at_checked (027b3ef)
    • Merge pull request #2217 from GitoxideLabs/copilot/update-msrv-to-rust-1-82 (4da2927)
    • Update MSRV to 1.82 and replace once_cell with std equivalents (6cc8464)
    • Merge pull request #2202 from GitoxideLabs/dependabot/cargo/cargo-4a7155215a (9365cc3)
    • Bump the cargo group across 1 directory with 64 updates (838ff95)
    • Merge pull request #1778 from GitoxideLabs/new-release (8df0db2)

gix-attributes v0.28.0

22 Oct 06:39
89fb308

Choose a tag to compare

Commit Statistics

  • 7 commits contributed to the release over the course of 99 calendar days.
  • 99 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 #2217 from GitoxideLabs/copilot/update-msrv-to-rust-1-82 (4da2927)
    • Update MSRV to 1.82 and replace once_cell with std equivalents (6cc8464)
    • Merge pull request #2202 from GitoxideLabs/dependabot/cargo/cargo-4a7155215a (9365cc3)
    • Bump the cargo group across 1 directory with 64 updates (838ff95)
    • Merge pull request #2100 from GitoxideLabs/release (202bc6d)
    • Release gix-actor v0.35.3, gix-path v0.10.20, gix-features v0.43.1, gix-object v0.50.1 (d64f257)
    • Merge pull request #2075 from GitoxideLabs/improvements (784c046)

gix-archive v0.23.0

22 Oct 06:39
89fb308

Choose a tag to compare

Commit Statistics

  • 18 commits contributed to the release over the course of 99 calendar days.
  • 99 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 #2217 from GitoxideLabs/copilot/update-msrv-to-rust-1-82 (4da2927)
    • Fixup Copilot commits and thank clippy (b188a7d)
    • Update MSRV to 1.82 and replace once_cell with std equivalents (6cc8464)
    • Merge pull request #2202 from GitoxideLabs/dependabot/cargo/cargo-4a7155215a (9365cc3)
    • Bump the cargo group across 1 directory with 64 updates (838ff95)
    • Merge pull request #2150 from GitoxideLabs/dependabot/cargo/cargo-f19b0f46bb (f7bfff4)
    • Bump the cargo group across 1 directory with 3 updates (b1e985d)
    • Merge pull request #2113 from GitoxideLabs/release (dc7343c)
    • Release gix-actor v0.35.4, gix-fs v0.16.1, gix-object v0.50.2, gix-ref v0.53.1 (79ba9d0)
    • Merge pull request #2110 from jpgrayson/fix/gix-date-parse-raw (651f9fa)
    • Release gix-date v0.10.5 (4289ae6)
    • Merge pull request #2100 from GitoxideLabs/release (202bc6d)
    • Release gix-actor v0.35.3, gix-path v0.10.20, gix-features v0.43.1, gix-object v0.50.1 (d64f257)
    • Merge pull request #2097 from GitoxideLabs/fix-gix-date (589d63e)
    • Release gix-date v0.10.4 (007e3f6)
    • Merge pull request #2090 from GitoxideLabs/dependabot/cargo/cargo-f147714000 (473fe52)
    • Bump the cargo group with 41 updates (428412c)
    • Merge pull request #2075 from GitoxideLabs/improvements (784c046)

gix-actor v0.35.5

22 Oct 06:39
89fb308

Choose a tag to compare

Commit Statistics

  • 6 commits contributed to the release over the course of 70 calendar days.
  • 70 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 #2217 from GitoxideLabs/copilot/update-msrv-to-rust-1-82 (4da2927)
    • Fixup Copilot commits and thank clippy (b188a7d)
    • Update MSRV to 1.82 and replace once_cell with std equivalents (6cc8464)
    • Merge pull request #2202 from GitoxideLabs/dependabot/cargo/cargo-4a7155215a (9365cc3)
    • Bump the cargo group across 1 directory with 64 updates (838ff95)
    • Merge pull request #2113 from GitoxideLabs/release (dc7343c)

gitoxide-core v0.49.0

22 Oct 06:51
49f8d53

Choose a tag to compare

New Features

  • add a gix commit sign prototype
  • add first debug version of gix branch list

Bug Fixes

  • credential fill to allow protocol+host without URL

Commit Statistics

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

Thanks Clippy

Clippy helped 2 times to make code idiomatic.

Commit Details

view details
  • Uncategorized
    • Release gix-date v0.10.6, gix-utils v0.3.1, gix-actor v0.35.5, gix-trace v0.1.14, gix-validate v0.10.1, gix-path v0.10.21, gix-features v0.44.0, gix-hash v0.20.0, gix-hashtable v0.10.0, gix-object v0.51.0, gix-glob v0.22.0, gix-quote v0.6.1, gix-attributes v0.28.0, gix-command v0.6.3, gix-packetline-blocking v0.19.2, gix-filter v0.21.0, gix-fs v0.17.0, gix-chunk v0.4.12, gix-commitgraph v0.30.0, gix-revwalk v0.22.0, gix-traverse v0.48.0, gix-worktree-stream v0.23.0, gix-archive v0.23.0, gix-bitmap v0.2.15, gix-tempfile v19.0.0, gix-lock v19.0.0, gix-index v0.42.0, gix-config-value v0.15.2, gix-pathspec v0.13.0, gix-ignore v0.17.0, gix-worktree v0.43.0, gix-diff v0.54.0, gix-blame v0.4.0, gix-ref v0.54.0, gix-sec v0.12.1, gix-config v0.47.0, gix-prompt v0.11.2, gix-url v0.33.0, gix-credentials v0.31.0, gix-discover v0.42.0, gix-dir v0.16.0, gix-mailmap v0.27.3, gix-revision v0.36.0, gix-merge v0.7.0, gix-negotiate v0.22.0, gix-pack v0.61.0, gix-odb v0.71.0, gix-refspec v0.32.0, gix-shallow v0.6.0, gix-packetline v0.19.2, gix-transport v0.49.0, gix-protocol v0.52.0, gix-status v0.21.0, gix-submodule v0.21.0, gix-worktree-state v0.21.0, gix v0.74.0, gix-fsck v0.13.0, gitoxide-core v0.49.0, gitoxide v0.46.0, safety bump 42 crates (89fb308)
    • Merge pull request #2208 from cruessler/add-commit-signing (8699d0f)
    • Refactor (82f788e)
    • Add a gix commit sign prototype (aacc326)
    • Merge pull request #2203 from GitoxideLabs/improvements (c295db0)
    • Thanks clippy (0b2ffed)
    • Merge pull request #2202 from GitoxideLabs/dependabot/cargo/cargo-4a7155215a (9365cc3)
    • Keep showing debug representation of paths in gitoxide-core (6f19267)
    • Thanks clippy (f4c37c0)
    • Bump the cargo group across 1 directory with 64 updates (838ff95)
    • Merge pull request #2191 from GitoxideLabs/copilot/fix-b53588ea-1fea-485f-82a8-505a9101514e (033ce8e)
    • Refactor (2cc63ca)
    • Credential fill to allow protocol+host without URL (030e040)
    • Merge pull request #2171 from cruessler/deprecate-in-place-methods-on-head (81c0c16)
    • Adapt to changes in gix (1536fd8)
    • Merge pull request #2145 from GitoxideLabs/dependabot/cargo/cargo-2a6d70b8ef (8d8dba2)
    • Bump the cargo group with 3 updates (074ca1e)
    • Merge pull request #2142 from cruessler/add-branch-list (525873f)
    • Move --all to 'branch list' (6651548)
    • Merge pull request #2144 from GitoxideLabs/dependabot/cargo/cargo-2dc5bac7e8 (cd148cf)
    • Bump tracing-subscriber from 0.3.19 to 0.3.20 in the cargo group (2e25488)
    • Merge pull request #2102 from cruessler/split-unified-diff (f7f087c)
    • Refactor (91a611f)
    • Refactor (e537611)
    • Add first debug version of gix branch list (58b5060)
    • Merge pull request #2106 from cruessler/add-open-with-environment-overrides (c149116)
    • Fail gix tag list when JSON is requested (fb2766b)
    • Merge pull request #2119 from GitoxideLabs/improvements (f3be6e3)
    • Adapt to changes in gix-status (5da38e5)
    • Merge pull request #2098 from dscho/fix-parsing-of-legacy-git.git-commit (ef73c6b)
    • Remove unused struct. (191067e)
    • Merge pull request #2090 from GitoxideLabs/dependabot/cargo/cargo-f147714000 (473fe52)
    • Bump the cargo group with 41 updates (428412c)
    • Merge pull request #2086 from cruessler/add-default-sorting-to-tag-list (1bccbfe)
    • Refactor (2961f60)
    • Sort tags as versions by default (7d619bb)
    • Merge pull request #2075 from GitoxideLabs/improvements (784c046)

gix-path v0.10.20

03 Aug 14:02
d64f257

Choose a tag to compare

A maintenance release without user-facing changes.

Commit Statistics

  • 4 commits contributed to the release over the course of 19 calendar days.
  • 19 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. (5e0122d)
    • Merge pull request #2090 from GitoxideLabs/dependabot/cargo/cargo-f147714000 (473fe52)
    • Bump the cargo group with 41 updates (428412c)
    • Merge pull request #2075 from GitoxideLabs/improvements (784c046)