Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f55a66d

Browse files
committed
Bump to v0.26.5
1 parent bfb4de0 commit f55a66d

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

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

3+
## <a name="v0-26-5" href="#v0-26-5">v0.26.5</a> [(2020-02-27)](https://github.com/nodegit/nodegit/releases/tag/v0.26.5)
4+
5+
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.26.4...v0.26.5)
6+
7+
#### Summary of changes
8+
- Bring in improvement to client certificate handling on Windows from [winhttp: support optional client cert #5384](https://github.com/libgit2/libgit2/pull/5384)
9+
- `Commit.prototype.parent()` now correctly assigns the repo property on the retrieved commit. This should solve certain bugs when working with a commit retrieved from `parent`.
10+
11+
#### Merged PRs into NodeGit
12+
- [Bring in Libgit2 #5384 to NodeGit](https://github.com/nodegit/nodegit/pull/1758)
13+
- [Fix behavior of Commit#parent](https://github.com/nodegit/nodegit/pull/1509)
14+
- [Remove DiffList](https://github.com/nodegit/nodegit/pull/1733)
15+
- [Remove unnecessary assignment of Commit#repo](https://github.com/nodegit/nodegit/pull/1508)
16+
17+
#### Merged PRs into LibGit2
18+
- [winhttp: support optional client cert #5384](https://github.com/libgit2/libgit2/pull/5384)
19+
- [Support `core.longpaths` on Windows #5347](https://github.com/libgit2/libgit2/pull/5347)
20+
- [Parallelize checkout_create_the_new for perf #4205](https://github.com/libgit2/libgit2/pull/4205)
21+
22+
323
## <a name="v0-26-4" href="#v0-26-4">v0.26.4</a> [(2020-01-14)](https://github.com/nodegit/nodegit/releases/tag/v0.26.4)
424

525
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.26.3...v0.26.4)

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.4",
4+
"version": "0.26.5",
55
"homepage": "http://nodegit.org",
66
"keywords": [
77
"libgit2",

0 commit comments

Comments
 (0)