Skip to content

Commit a8b2604

Browse files
committed
Bump to 0.21.2
1 parent 75e0f22 commit a8b2604

3 files changed

Lines changed: 30 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Change Log
22

3+
## <a name="v0-21-2" href="#v0-21-2">v0.21.2</a [(2018-03-19)](https://github.com/nodegit/nodegit/releases/tag/v0.21.2)
4+
5+
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.21.1...v0.21.2)
6+
7+
#### Summary of changes
8+
- Drop support for node 7
9+
- Fixed an issue where fast-forward rebase would throw an error unexepctedly.
10+
- Expose git_commit_extract_signature
11+
- TreeEntry.prototype.path() should always return posix style separators
12+
- Expose git_config_open_ondisk
13+
- Expose git_config_find_global
14+
- Expose git_config_find_system
15+
- Expose git_config_find_xdg
16+
- Expose git_config_get_path
17+
18+
#### Merged PRs into NodeGit
19+
- [Fix typo in CHANGELOG.md #1455](https://github.com/nodegit/nodegit/pull/1455)
20+
- [Add two tests for Tag #1452](https://github.com/nodegit/nodegit/pull/1452)
21+
- [Handle fast-forward merges properly in repository.performRebase #1457](https://github.com/nodegit/nodegit/pull/1457)
22+
- [Enable git_commit_extract_signature #1458](https://github.com/nodegit/nodegit/pull/1458)
23+
- [removes 'only' from test #1460](https://github.com/nodegit/nodegit/pull/1460)
24+
- [Deploy documentation and make extended tests visible #1447](https://github.com/nodegit/nodegit/pull/1447)
25+
- [resolves #1433 TreeEntry#path should return posix path #1434](https://github.com/nodegit/nodegit/pull/1434)
26+
- [Exposed git_config_open_ondisk #1459](https://github.com/nodegit/nodegit/pull/1459)
27+
- [Expose git_config functions #1463](https://github.com/nodegit/nodegit/pull/1463)
28+
29+
330
## <a name="v0-21-1" href="#v0-21-1">v0.21.1</a> [(2018-03-05)](https://github.com/nodegit/nodegit/releases/tag/v0.21.1)
431

532
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.21.0...v0.21.1)
@@ -14,7 +41,7 @@
1441

1542
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.20.3...v0.21.0)
1643

17-
### Summary of changes to NodeGit:
44+
#### Summary of changes to NodeGit:
1845
- [Generate default options for Revert.revert to prevent an exception #1404](https://github.com/nodegit/nodegit/pull/1404)
1946
- [fix issue with re-require()'ing native modules #1354](https://github.com/nodegit/nodegit/pull/1354)
2047
- [Expose JavaScript function name in a rejected promise #1393](https://github.com/nodegit/nodegit/pull/1393)

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

0 commit comments

Comments
 (0)