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
- Make API more consistent with other `gix-*` crates. ([`967f3b9`](https://github.com/Byron/gitoxide/commit/967f3b954e9fb4fc7757f8920998173caf0491ab))
40
+
</details>
41
+
8
42
## 0.14.0 (2023-04-27)
9
43
10
44
### New Features (BREAKING)
@@ -21,8 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
55
22
56
<csr-read-only-do-not-edit/>
23
57
24
-
-9 commits contributed to the release over the course of 56 calendar days.
25
-
-60 days passed between releases.
58
+
-10 commits contributed to the release over the course of 57 calendar days.
59
+
-61 days passed between releases.
26
60
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
27
61
- 1 unique issue was worked on: [#814](https://github.com/Byron/gitoxide/issues/814)
28
62
@@ -35,6 +69,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Rename `serde1` cargo feature to `serde` and use the weak-deps cargo capability. ([`b83ee36`](https://github.com/Byron/gitoxide/commit/b83ee366a3c65c717beb587ad809268f1c54b8ad))
Copy file name to clipboardExpand all lines: gix-negotiate/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,6 @@ Initial release with a single function to calculate the window size for `HAVE` l
24
24
<details><summary>view details</summary>
25
25
26
26
***Uncategorized**
27
-
- Add new crate for implementing and testing git negotiation logic. ([`b7a0d73`](https://github.com/Byron/gitoxide/commit/b7a0d73501e1754dc3457dab2a2c4eca1a882270))
27
+
- Add new crate for implementing and testing git negotiation logic. ([`372ba09`](https://github.com/Byron/gitoxide/commit/372ba09bb00e3fab674f0251f697aab11c5559f8))
- A Graph for quick access to commits and for associating state with them. ([`59ce4c6`](https://github.com/Byron/gitoxide/commit/59ce4c606f8ccd9b6a16da2025e6746984d32fd6))
41
+
- A PriorityQueue that is useful for graph traversal. ([`dde8c3a`](https://github.com/Byron/gitoxide/commit/dde8c3aca545ba20cd5752f02283b98647fd3970))
42
+
- Make clear that we do handle shallow repos, refactor tests ([`fc423e4`](https://github.com/Byron/gitoxide/commit/fc423e470de50491a725d4802066d26c05bd2b2a))
- Rename `serde1` cargo feature to `serde` and use the weak-deps cargo capability. ([`b83ee36`](https://github.com/Byron/gitoxide/commit/b83ee366a3c65c717beb587ad809268f1c54b8ad))
0 commit comments