Skip to content

Commit 730261c

Browse files
committed
0.1.1
1 parent 941eb98 commit 730261c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
## next
1+
## 0.1.1 (2023-01-25)
22

33
- Fixed methods for reading loose objects (`readObjectHeaderByOid`, `readObjectHeaderByHash`, `readObjectByOid`
44
and `readObjectByHash`) that were not working in some cases due to incorrect formation of the fanout table when `fs.readdir()` returns an unsorted list of entries
55
- Fixed `listRemotes()` method to always return a sorted list of remotes
6+
- Fixed `stat()` method to return stable results disregarding of `fs.readdir()`'s result list order
67

78
## 0.1.0 (2022-09-12)
89

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@discoveryjs/scan-git",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A tool set for fast and efficient git scanning to capture data with focus on large repos",
55
"repository": "discoveryjs/scan-git",
66
"author": "Roman Dvornov <[email protected]>",

0 commit comments

Comments
 (0)