Skip to content

Commit

Permalink
Bump to v0.26.5
Browse files Browse the repository at this point in the history
  • Loading branch information
implausible committed Feb 27, 2020
1 parent bfb4de0 commit f55a66d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,25 @@
# Change Log

## <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)

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

#### Summary of changes
- Bring in improvement to client certificate handling on Windows from [winhttp: support optional client cert #5384](https://github.com/libgit2/libgit2/pull/5384)
- `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`.

#### Merged PRs into NodeGit
- [Bring in Libgit2 #5384 to NodeGit](https://github.com/nodegit/nodegit/pull/1758)
- [Fix behavior of Commit#parent](https://github.com/nodegit/nodegit/pull/1509)
- [Remove DiffList](https://github.com/nodegit/nodegit/pull/1733)
- [Remove unnecessary assignment of Commit#repo](https://github.com/nodegit/nodegit/pull/1508)

#### Merged PRs into LibGit2
- [winhttp: support optional client cert #5384](https://github.com/libgit2/libgit2/pull/5384)
- [Support `core.longpaths` on Windows #5347](https://github.com/libgit2/libgit2/pull/5347)
- [Parallelize checkout_create_the_new for perf #4205](https://github.com/libgit2/libgit2/pull/4205)


## <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)

[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.26.3...v0.26.4)
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,7 +1,7 @@
{
"name": "nodegit",
"description": "Node.js libgit2 asynchronous native bindings",
"version": "0.26.4",
"version": "0.26.5",
"homepage": "http://nodegit.org",
"keywords": [
"libgit2",
Expand Down

0 comments on commit f55a66d

Please sign in to comment.