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
- zlib::inflate::Error can now represent zlib status codes that represent failure. ([`25ad372`](https://github.com/Byron/gitoxide/commit/25ad372bf500b851105f53b10369b5a689ba167e))
32
+
</details>
33
+
8
34
## 0.25.0 (2022-12-19)
9
35
10
36
### New Features (BREAKING)
@@ -22,7 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
48
23
49
<csr-read-only-do-not-edit/>
24
50
25
-
-8 commits contributed to the release over the course of 19 calendar days.
51
+
-9 commits contributed to the release over the course of 19 calendar days.
26
52
- 22 days passed between releases.
27
53
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
28
54
- 0 issues like '(#ID)' were seen in commit messages
@@ -40,6 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Copy file name to clipboardExpand all lines: git-odb/CHANGELOG.md
+37-1Lines changed: 37 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,41 @@ 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.38.1 (2022-12-26)
9
+
10
+
### Bug Fixes
11
+
12
+
- <csr-id-4fffa9a9198cf3012fa8215796aab3d456519ff3/> remove panic-assertions in `loose``lookup_prefix`
13
+
14
+
### Refactor
15
+
16
+
- <csr-id-46636e64c9a48ec0e85e014ac0cc8b48846d8462/> flatten errors into one
17
+
By adding one variant, one can remove the previous 'sub-error', for which
18
+
there is no precedent in the codebase yet.
19
+
20
+
### Commit Statistics
21
+
22
+
<csr-read-only-do-not-edit/>
23
+
24
+
- 5 commits contributed to the release.
25
+
- 6 days passed between releases.
26
+
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
27
+
- 0 issues like '(#ID)' were seen in commit messages
28
+
29
+
### Commit Details
30
+
31
+
<csr-read-only-do-not-edit/>
32
+
33
+
<details><summary>view details</summary>
34
+
35
+
***Uncategorized**
36
+
- add test to verify we don't panic on a corrupt loose object ([`391adeb`](https://github.com/Byron/gitoxide/commit/391adeb69a73310baa3f08afa2c0a9aea7cfaf7c))
- Assure deltas are counted correctly, even if the base is out of pack. ([`ddaf47f`](https://github.com/Byron/gitoxide/commit/ddaf47f023970e8acfb98e8874da22f2604a92d9))
-`open::Options::open_path_as_is()` allows to avoid 'smart opening' to try the path verbatim. ([`ca84c87`](https://github.com/Byron/gitoxide/commit/ca84c87734804cbfc65e311b89ff6ccfc236149c))
0 commit comments