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
@@ -51,7 +82,7 @@ A maintenance release without user-facing changes.
51
82
52
83
<csr-read-only-do-not-edit/>
53
84
54
-
-7 commits contributed to the release over the course of 1 calendar day.
85
+
-8 commits contributed to the release over the course of 1 calendar day.
55
86
- 2 days passed between releases.
56
87
- 1 commit where understood as [conventional](https://www.conventionalcommits.org).
57
88
- 2 unique issues were worked on: [#298](https://github.com/Byron/gitoxide/issues/298), [#301](https://github.com/Byron/gitoxide/issues/301)
@@ -70,6 +101,7 @@ A maintenance release without user-facing changes.
70
101
- Use `git-path` crate instead of `git_features::path` ([`47e607d`](https://github.com/Byron/gitoxide/commit/47e607dc256a43a3411406c645eb7ff04239dd3a))
- Merge branch 'git_includeif' of https://github.com/svetli-n/gitoxide into svetli-n-git_includeif ([`0e01da7`](https://github.com/Byron/gitoxide/commit/0e01da74dffedaa46190db6a7b60a2aaff190d81))
73
105
- fix clippy - many false positives this time ([`045e6fa`](https://github.com/Byron/gitoxide/commit/045e6fae17077555c3e115992905c8046f2c5d0b))
74
106
- Remove deprecated compound and linked object databases ([`8c5ae77`](https://github.com/Byron/gitoxide/commit/8c5ae77f06a64c57df9a9ad1190266896a223dbe))
@@ -31,7 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
31
55
32
56
<csr-read-only-do-not-edit/>
33
57
34
-
-10 commits contributed to the release over the course of 19 calendar days.
58
+
-50 commits contributed to the release over the course of 12 calendar days.
35
59
- 20 days passed between releases.
36
60
- 2 commits where understood as [conventional](https://www.conventionalcommits.org).
37
61
- 1 unique issue was worked on: [#301](https://github.com/Byron/gitoxide/issues/301)
@@ -40,7 +64,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
40
64
41
65
<csr-read-only-do-not-edit/>
42
66
43
-
[Clippy](https://github.com/rust-lang/rust-clippy) helped 1 time to make code idiomatic.
67
+
[Clippy](https://github.com/rust-lang/rust-clippy) helped 2 times to make code idiomatic.
44
68
45
69
### Commit Details
46
70
@@ -57,9 +81,49 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
57
81
-:discover()` now returns the shortest path. ([`e4f4c4b`](https://github.com/Byron/gitoxide/commit/e4f4c4b2c75a63a40a174e3a006ea64ef8d78809))
58
82
- Basic prefix support as well the first working version of `exclude query` ([`9cb8385`](https://github.com/Byron/gitoxide/commit/9cb83859f9bb76f38ab5bbd0ae6d6f20a691e9e1))
- Merge branch 'git_includeif' of https://github.com/svetli-n/gitoxide into svetli-n-git_includeif ([`0e01da7`](https://github.com/Byron/gitoxide/commit/0e01da74dffedaa46190db6a7b60a2aaff190d81))
@@ -28,7 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
52
29
53
<csr-read-only-do-not-edit/>
30
54
31
-
-28 commits contributed to the release over the course of 33 calendar days.
55
+
-33 commits contributed to the release over the course of 33 calendar days.
32
56
- 33 days passed between releases.
33
57
- 6 commits where understood as [conventional](https://www.conventionalcommits.org).
34
58
- 3 unique issues were worked on: [#298](https://github.com/Byron/gitoxide/issues/298), [#301](https://github.com/Byron/gitoxide/issues/301), [#386](https://github.com/Byron/gitoxide/issues/386)
@@ -73,10 +97,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
73
97
- fix installation test on windows ([`5cf8c27`](https://github.com/Byron/gitoxide/commit/5cf8c2769dd7b0d8a9ee0e304f255ae124524261))
74
98
- add `Identity` type ([`cdf3c3e`](https://github.com/Byron/gitoxide/commit/cdf3c3e42433a85e8b47b9dc5558f5c76df3c6ae))
- Merge branch 'git_includeif' of https://github.com/svetli-n/gitoxide into svetli-n-git_includeif ([`0e01da7`](https://github.com/Byron/gitoxide/commit/0e01da74dffedaa46190db6a7b60a2aaff190d81))
0 commit comments