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
Copy file name to clipboardExpand all lines: gix-index/CHANGELOG.md
+27-1Lines changed: 27 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## 0.16.1 (2023-04-29)
9
+
10
+
### Bug Fixes
11
+
12
+
- <csr-id-4d82ea261547a936fa9bedc8d11470ca8f929939/> docs.rs builds work again by correctly specifying `serde` dependency.
13
+
14
+
### Commit Statistics
15
+
16
+
<csr-read-only-do-not-edit/>
17
+
18
+
- 1 commit contributed to the release.
19
+
- 2 days passed between releases.
20
+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
21
+
- 0 issues like '(#ID)' were seen in commit messages
22
+
23
+
### Commit Details
24
+
25
+
<csr-read-only-do-not-edit/>
26
+
27
+
<details><summary>view details</summary>
28
+
29
+
***Uncategorized**
30
+
- Docs.rs builds work again by correctly specifying `serde` dependency. ([`4d82ea2`](https://github.com/Byron/gitoxide/commit/4d82ea261547a936fa9bedc8d11470ca8f929939))
31
+
</details>
32
+
8
33
## 0.16.0 (2023-04-26)
9
34
10
35
### New Features
@@ -26,7 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
51
27
52
<csr-read-only-do-not-edit/>
28
53
29
-
-25 commits contributed to the release over the course of 23 calendar days.
54
+
-26 commits contributed to the release over the course of 23 calendar days.
30
55
- 27 days passed between releases.
31
56
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
32
57
- 1 unique issue was worked on: [#814](https://github.com/Byron/gitoxide/issues/814)
@@ -46,6 +71,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))
0 commit comments