Skip to content

Commit 556b6f5

Browse files
committed
Bump to 0.21.0
1 parent a72afed commit 556b6f5

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
# Change Log
22

3-
## <a name="v0-20-2" href="#v0-20-3">v0.20.3</a> [(2017-10-18)](https://github.com/nodegit/nodegit/releases/tag/v0.20.3)
3+
## <a name="v0-21-0" href="#v0-21-0">v0.21.0</a> [(2018-02-26)](https://github.com/nodegit/nodegit/releases/tag/v0.21.0)
4+
5+
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.20.3...v0.21.0)
6+
7+
### Summary of changes to NodeGit:
8+
- [Generate default options for Revert.revert to prevent an exception #1404](https://github.com/nodegit/nodegit/pull/1404)
9+
- [fix issue with re-require()'ing native modules #1354](https://github.com/nodegit/nodegit/pull/1354)
10+
- [Expose JavaScript function name in a rejected promise #1393](https://github.com/nodegit/nodegit/pull/1393)
11+
- [Fix compiling with clang #1344](https://github.com/nodegit/nodegit/pull/1344)
12+
- [Fix typos #1415](https://github.com/nodegit/nodegit/pull/1415)
13+
- [build: add NetBSD support to opensslconf.h #1374](https://github.com/nodegit/nodegit/pull/1374)
14+
- [Fix example by forcing backslashes with path.posix #1346](https://github.com/nodegit/nodegit/pull/1346)
15+
- [Expose the Node.js GC when running `mocha `scripts #1258](https://github.com/nodegit/nodegit/pull/1258)
16+
- [Exposed filter_list; Fixed discard lines to use filters #1414](https://github.com/nodegit/nodegit/pull/1414)
17+
- [Add tests for AnnotatedCommit #1325](https://github.com/nodegit/nodegit/pull/1325)
18+
- [Adding docs for NodeGit #1350](https://github.com/nodegit/nodegit/pull/1350)
19+
- [Fix details-for-tree-entry.js to access fields instead of calling a function #1326](https://github.com/nodegit/nodegit/pull/1326)
20+
- [Add JavaScript version of `git_tag_peel()` #1269](https://github.com/nodegit/nodegit/pull/1269)
21+
- [Fixed documentation error #1417](https://github.com/nodegit/nodegit/pull/1417)
22+
- [Annoate Blame.file as async #1421](https://github.com/nodegit/nodegit/pull/1421)
23+
- [Add two missing tests to Commit #1422](https://github.com/nodegit/nodegit/pull/1422)
24+
- [CI: Update Node.js versions + some deps #1444](https://github.com/nodegit/nodegit/pull/1444)
25+
- [Expose fetch_options.custom_headers #1430](https://github.com/nodegit/nodegit/pull/1430)
26+
27+
## <a name="v0-20-3" href="#v0-20-3">v0.20.3</a> [(2017-10-18)](https://github.com/nodegit/nodegit/releases/tag/v0.20.3)
428

529
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.20.2...v0.20.3)
630

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

0 commit comments

Comments
 (0)