Bug Fixes (BREAKING)
- parse 'handshake' of
file://
based protocol version 0.
This special protocol kicks in whengit
servesfile://
directly
and no version number is specified. Then it doesn't advertise capabilities
at all, but shows 0000 right away.
Make sure we can parse it, and show it by addingVersion::V0
as well.
Commit Statistics
- 15 commits contributed to the release over the course of 12 calendar days.
- 40 days passed between releases.
- 1 commit was 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
- Prepare changelogs prior to release (8f15cec)
- Merge branch 'integrate-gix-negotiate' (ae845de)
- Parse 'handshake' of
file://
based protocol version 0. (aa2d064) - Thanks clippy (9525ac8)
- Merge branch 'fix-docs' (420553a)
- Cleaning up documentation (2578e57)
- Apply -W clippy::cloned-instead-of-copied (150463c)
- Merge branch 'auto-clippy' (dbf8aa1)
- Disallow non-inlined format args and make respective fixes (bd101f2)
- Autofix map-or-unwrap clippy lint (and manual fix what was left) (2087032)
- Release gix-packetline v0.16.1 (d70ce9f)
- Merge branch 'main' into auto-clippy (3ef5c90)
- Merge branch 'blinxen/main' (9375cd7)
- Include custom clippy settings (b057500)
- Include license files in all crates (facaaf6)