You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Allow to traverse the entire commit graph of shallow repos ([`1046ea2`](https://github.com/Byron/gitoxide/commit/1046ea2b3312838169aa08f30b598bf4ce2338d9))
47
+
-`Repository::shallow_commits()` returns an uptodate list of shallow boundary commits. ([`5bfbb9a`](https://github.com/Byron/gitoxide/commit/5bfbb9a32f8edb8bfb71ae00167277b9109de35a))
48
+
-`Repository::is_shallow()` to test if a repository is shallow. ([`3e69535`](https://github.com/Byron/gitoxide/commit/3e69535630714205904fe64f511da28a3f2d7fb6))
49
+
</details>
50
+
8
51
## 0.39.0 (2023-03-04)
9
52
10
53
A maintenance release without user-facing changes, primarily for getting the progress-bar updates into `cargo`.
@@ -13,7 +56,7 @@ A maintenance release without user-facing changes, primarily for getting the pro
13
56
14
57
<csr-read-only-do-not-edit/>
15
58
16
-
-2 commits contributed to the release.
59
+
-3 commits contributed to the release.
17
60
- 3 days passed between releases.
18
61
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
19
62
- 0 issues like '(#ID)' were seen in commit messages
@@ -25,6 +68,7 @@ A maintenance release without user-facing changes, primarily for getting the pro
0 commit comments