Skip to content

Commit 1047f66

Browse files
committed
Bupm to v0.26.2
1 parent 0683f2b commit 1047f66

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## <a name="v0-26-2" href="#v0-26-2">v0.26.2</a> [(2019-09-26)](https://github.com/nodegit/nodegit/releases/tag/v0.26.2)
4+
5+
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.26.1...v0.26.2)
6+
7+
#### Summary of changes
8+
- Added options to fetch additional data (gpg signature) from LibGit2 in revWalk.prototype.commitWalk and return plain objects
9+
- _revWalk.prototype.commitWalk(numCommits: number, { returnPlainObjects: boolean })_
10+
11+
#### Merged PRs into NodeGit
12+
- [Optionally retrieve more data on commit walk #1728](https://github.com/nodegit/nodegit/pull/1728)
13+
14+
315
## <a name="v0-26-1" href="#v0-26-1">v0.26.1</a> [(2019-09-16)](https://github.com/nodegit/nodegit/releases/tag/v0.26.1)
416

517
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.26.0...v0.26.1)

package-lock.json

Lines changed: 1 addition & 1 deletion
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,7 +1,7 @@
11
{
22
"name": "nodegit",
33
"description": "Node.js libgit2 asynchronous native bindings",
4-
"version": "0.26.1",
4+
"version": "0.26.2",
55
"homepage": "http://nodegit.org",
66
"keywords": [
77
"libgit2",

0 commit comments

Comments
 (0)