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-actor/CHANGELOG.md
+26-2Lines changed: 26 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ 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.17.2 (2023-02-17)
8
+
## 0.17.2 (2023-02-20)
9
9
10
10
### Bug Fixes
11
11
@@ -15,6 +15,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
Use the crates with the `gix-*` prefix instead.
16
16
17
17
If you were using `git-repository`, then `gix` is its substitute.
18
+
- <csr-id-135d317065aae87af302beb6c26bb6ca8e30b6aa/> compatibility with `bstr` v1.3, use `*.as_bytes()` instead of `.as_ref()`.
19
+
`as_ref()` relies on a known target type which isn't always present. However, once
20
+
there is only one implementation, that's no problem, but when that changes compilation
21
+
fails due to ambiguity.
22
+
23
+
### Commit Statistics
24
+
25
+
<csr-read-only-do-not-edit/>
26
+
27
+
- 1 commit contributed to the release.
28
+
- 3 days passed between releases.
29
+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
30
+
- 0 issues like '(#ID)' were seen in commit messages
31
+
32
+
### Commit Details
33
+
34
+
<csr-read-only-do-not-edit/>
35
+
36
+
<details><summary>view details</summary>
37
+
38
+
***Uncategorized**
39
+
- compatibility with `bstr` v1.3, use `*.as_bytes()` instead of `.as_ref()`. ([`135d317`](https://github.com/Byron/gitoxide/commit/135d317065aae87af302beb6c26bb6ca8e30b6aa))
40
+
</details>
18
41
19
42
## 0.17.1 (2023-02-17)
20
43
@@ -85,7 +108,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
85
108
86
109
<csr-read-only-do-not-edit/>
87
110
88
-
-205 commits contributed to the release over the course of 602 calendar days.
111
+
-206 commits contributed to the release over the course of 602 calendar days.
89
112
- 17 commits were understood as [conventional](https://www.conventionalcommits.org).
90
113
- 12 unique issues were worked on: [#198](https://github.com/Byron/gitoxide/issues/198), [#222](https://github.com/Byron/gitoxide/issues/222), [#250](https://github.com/Byron/gitoxide/issues/250), [#301](https://github.com/Byron/gitoxide/issues/301), [#329](https://github.com/Byron/gitoxide/issues/329), [#331](https://github.com/Byron/gitoxide/issues/331), [#364](https://github.com/Byron/gitoxide/issues/364), [#366](https://github.com/Byron/gitoxide/issues/366), [#427](https://github.com/Byron/gitoxide/issues/427), [#450](https://github.com/Byron/gitoxide/issues/450), [#470](https://github.com/Byron/gitoxide/issues/470), [#691](https://github.com/Byron/gitoxide/issues/691)
91
114
@@ -134,6 +157,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments