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-glob/CHANGELOG.md
+24-2Lines changed: 24 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.5.4 (2023-02-17)
8
+
## 0.5.4 (2023-02-20)
9
9
10
10
### Bug Fixes
11
11
@@ -15,6 +15,27 @@ 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-bf6cce76475329b7abc81c5032f2a8eee92202d0/> fix compile by using `BStr::as_bytes()` instead of `BStr::as_ref()`.
19
+
The latter can be ambiguous.
20
+
21
+
### Commit Statistics
22
+
23
+
<csr-read-only-do-not-edit/>
24
+
25
+
- 1 commit contributed to the release.
26
+
- 3 days passed between releases.
27
+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
28
+
- 0 issues like '(#ID)' were seen in commit messages
29
+
30
+
### Commit Details
31
+
32
+
<csr-read-only-do-not-edit/>
33
+
34
+
<details><summary>view details</summary>
35
+
36
+
***Uncategorized**
37
+
- fix compile by using `BStr::as_bytes()` instead of `BStr::as_ref()`. ([`bf6cce7`](https://github.com/Byron/gitoxide/commit/bf6cce76475329b7abc81c5032f2a8eee92202d0))
38
+
</details>
18
39
19
40
## 0.5.3 (2023-02-17)
20
41
@@ -80,7 +101,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
80
101
81
102
<csr-read-only-do-not-edit/>
82
103
83
-
-186 commits contributed to the release over the course of 316 calendar days.
104
+
-187 commits contributed to the release over the course of 316 calendar days.
84
105
- 13 commits were understood as [conventional](https://www.conventionalcommits.org).
85
106
- 5 unique issues were worked on: [#301](https://github.com/Byron/gitoxide/issues/301), [#384](https://github.com/Byron/gitoxide/issues/384), [#450](https://github.com/Byron/gitoxide/issues/450), [#470](https://github.com/Byron/gitoxide/issues/470), [#691](https://github.com/Byron/gitoxide/issues/691)
86
107
@@ -181,6 +202,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments