Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Jan 25, 2023
1 parent 941eb98 commit 730261c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## next
## 0.1.1 (2023-01-25)

- Fixed methods for reading loose objects (`readObjectHeaderByOid`, `readObjectHeaderByHash`, `readObjectByOid`
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
- Fixed `listRemotes()` method to always return a sorted list of remotes
- Fixed `stat()` method to return stable results disregarding of `fs.readdir()`'s result list order

## 0.1.0 (2022-09-12)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discoveryjs/scan-git",
"version": "0.1.0",
"version": "0.1.1",
"description": "A tool set for fast and efficient git scanning to capture data with focus on large repos",
"repository": "discoveryjs/scan-git",
"author": "Roman Dvornov <rdvornov@gmail.com>",
Expand Down

0 comments on commit 730261c

Please sign in to comment.