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
+28-1Lines changed: 28 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,32 @@ 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.23.1 (2023-09-01)
9
+
10
+
### Bug Fixes
11
+
12
+
- <csr-id-6a8314bb99099e2a3f5364a5761a5254aa36393a/> `prefixed_entries_range()` now works correctly with directory prefixes.
13
+
Previously, not all directory prefixes would work as expected due to incorrect
14
+
search criteria.
15
+
16
+
### Commit Statistics
17
+
18
+
<csr-read-only-do-not-edit/>
19
+
20
+
- 1 commit contributed to the release.
21
+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
22
+
- 0 issues like '(#ID)' were seen in commit messages
23
+
24
+
### Commit Details
25
+
26
+
<csr-read-only-do-not-edit/>
27
+
28
+
<details><summary>view details</summary>
29
+
30
+
***Uncategorized**
31
+
-`prefixed_entries_range()` now works correctly with directory prefixes. ([`6a8314b`](https://github.com/Byron/gitoxide/commit/6a8314bb99099e2a3f5364a5761a5254aa36393a))
32
+
</details>
33
+
8
34
## 0.23.0 (2023-09-01)
9
35
10
36
### New Features
@@ -42,7 +68,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
42
68
43
69
<csr-read-only-do-not-edit/>
44
70
45
-
-9 commits contributed to the release over the course of 9 calendar days.
71
+
-10 commits contributed to the release over the course of 9 calendar days.
46
72
- 9 days passed between releases.
47
73
- 6 commits were understood as [conventional](https://www.conventionalcommits.org).
48
74
- 0 issues like '(#ID)' were seen in commit messages
@@ -54,6 +80,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add `State::prefixed_range()` to obtain a range of entries matching a prefix. ([`cfbfa43`](https://github.com/Byron/gitoxide/commit/cfbfa43069c8d82fbd74b8296f63fc050a5ba02a))
59
86
- Add `State::remove_entries()` and `entry_range()`. ([`8b689c2`](https://github.com/Byron/gitoxide/commit/8b689c222668b0c35c508f1907b03cbd4ba09bba))
0 commit comments