New Features
- rename tracking for crates in the crate-root.
Now it's possible to rename crates if they are directly at the crate root
without loosing their history.
Bug Fixes
-
assure we can track dependencies correctly.
Previously, if worktree crates would also be used as crates.io crates,
the dependency traversal would fail to find packages that come in from crates.io
as opposed to the workspace, and discard them, causing dependencies to be missed.Now we correctly ignore workspace dependencies from crates.io.
Commit Statistics
- 46 commits contributed to the release over the course of 6 calendar days.
- 7 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 branch 'rename-crates' into inform-about-gix-rename (c9275b9)
- 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)
- assure we can track dependencies correctly. (35a1df7)
- rename
git-testtools
togix-testtools
(b65c33d) - adjust to renaming of
git-pack
togix-pack
(1ee81ad) - adjust to renaming of
git-odb
togix-odb
(476e2ad) - adjust to renaming of
git-index
togix-index
(86db5e0) - adjust to renaming of
git-diff
togix-diff
(49a163e) - adjust to renaming of
git-commitgraph
togix-commitgraph
(f1dd0a3) - adjust to renaming of
git-mailmap
togix-mailmap
(2e28c56) - adjust to renaming of
git-discover
togix-discover
(53adfe1) - adjust to renaming of
git-chunk
togix-chunk
(59194e3) - adjust to renaming of
git-bitmap
togix-bitmap
(75f2a07) - adjust to renaming for
git-protocol
togix-protocol
(823795a) - adjust to renaming of
git-refspec
togix-refspec
(c958802) - adjust to renaming of
git-revision
togix-revision
(ee0ee84) - adjust to renaming of
git-transport
togix-transport
(b2ccf71) - adjust to renaming of
git-credentials
togix-credentials
(6b18abc) - adjust to renaming of
git-prompt
togix-prompt
(6a4654e) - adjust to renaming of
git-command
togix-command
(d26b8e0) - adjust to renaming of
git-packetline
togix-packetline
(5cbd22c) - adjust to renaming of
git-worktree
togix-worktree
(73a1282) - adjust to renamining of
git-hashtable
togix-hashtable
(26a0c98) - adjust to renamining of
git-worktree
togix-worktree
(108bb1a) - adjust to renaming of
git-url
togix-url
(b50817a) - adjust to renaming of
git-date
togix-date
(9a79ff2) - adjust to renamining of
git-attributes
togix-attributes
(4a8b3b8) - adjust to renaminig of
git-quote
togix-quote
(648025b) - adjust to renaming of
git-config
togix-config
(3a861c8) - adjust to renaming of
git-ref
togix-ref
(1f5f695) - adjust to renaming of
git-lock
togix-lock
(2028e78) - adjust to renaming of
git-tempfile
togix-tempfile
(b6cc3eb) - adjust to renaming of
git-object
togix-object
(fc86a1e) - adjust to renaming of
git-actor
togix-actor
(4dc9b44) - adjust to renaming of
git-validate
togix-validate
(5e40ad0) - adjust to renaming of
git-hash
togix-hash
(4a9d025) - adjust to renaming of
git-features
togix-features
(e2dd68a) - adjust to renaming of
git-glob
togix-glob
(35b2a3a) - adjust to renaming of
git-sec
togix-sec
(eabbb92) - adapt to renaming of
git-path
togix-path
(d3bbcfc) - adjust to rename of
git-config-value
togix-config-value
(622b3e1) - show more debugging information if unreachable code is reached. (66f5341)
- Merge branch 'rename-crates' (6461c3d)
- rename
git-repository
togix
(7bed2a9) - Release git-repository v0.35.0, safety bump 3 crates (abe1e91)
- rename tracking for crates in the crate-root. (cd12023)