Chore
- uniformize deny attributes
- remove default link to cargo doc everywhere
Bug Fixes
-
note that crates have been renamed from
git-*
togix-*
.
This also means that thegit-*
prefixed crates of thegitoxide
project
are effectively unmaintained.
Use the crates with thegix-*
prefix instead.If you were using
git-repository
, thengix
is its substitute.
New Features (BREAKING)
-
upgrade edition to 2021 in most crates.
MSRV for this is 1.56, and we are now at 1.60 so should be compatible.
This isn't more than a patch release as it should break nobody
who is adhering to the MSRV, but let's be careful and mark it
breaking.Note that
git-features
andgit-pack
are still on edition 2018
as they make use of a workaround to support (safe) mutable access
to non-overlapping entries in a slice which doesn't work anymore
in edition 2021.
Commit Statistics
- 16 commits contributed to the release over the course of 917 calendar days.
- 937 days passed between releases.
- 4 commits were understood as conventional.
- 1 unique issue was worked on: #691
Commit Details
view details
- #691
- set
rust-version
to 1.64 (55066ce)
- set
- Uncategorized
- add git-tui changelog (b988901)
- Release git-date v0.4.3, git-hash v0.10.3, git-features v0.26.5, git-actor v0.17.2, git-glob v0.5.4, git-path v0.7.2, git-quote v0.4.2, git-attributes v0.8.3, git-bitmap v0.2.2, git-chunk v0.4.2, git-command v0.2.4, git-commitgraph v0.13.1, git-config-value v0.10.2, git-tempfile v3.0.3, git-lock v3.0.3, git-validate v0.7.3, git-object v0.26.2, git-ref v0.24.1, git-sec v0.6.3, git-config v0.16.2, git-prompt v0.3.3, git-url v0.13.3, git-credentials v0.9.2, git-diff v0.26.2, git-discover v0.13.1, git-fetchhead v0.1.0, git-filter v0.1.0, git-hashtable v0.1.2, git-traverse v0.22.2, git-index v0.12.4, git-lfs v0.1.0, git-mailmap v0.9.3, git-note v0.1.0, git-pack v0.31.0, git-odb v0.41.0, git-packetline v0.14.3, git-pathspec v0.1.0, git-transport v0.25.5, git-protocol v0.26.4, git-rebase v0.1.0, git-revision v0.10.4, git-refspec v0.7.3, git-sequencer v0.1.0, git-submodule v0.1.0, git-tix v0.1.0, git-tui v0.1.0, git-worktree v0.12.3, safety bump 2 crates (90035a3)
- note that crates have been renamed from
git-*
togix-*
. (e14dc7d) - Merge branch 'main' into http-config (bcd9654)
- Merge branch 'version2021' (0e4462d)
- upgrade edition to 2021 in most crates. (3d8fa8f)
- Merge branch 'main' into index-from-tree (bc64b96)
- Merge branch 'main' into remote-ls-refs (e2ee3de)
- Merge branch 'docsrs-show-features' (31c2351)
- uniformize deny attributes (f7f136d)
- remove default link to cargo doc everywhere (533e887)
- remove dash in all repository links (98c1360)
- Merge from main. (b59bd5e)
- Finish removal of rust 2018 idioms (0d1699e)
- Allow dual-licensing with Apache 2.0 (ea353eb)