Skip to content

Commit 53d38e9

Browse files
author
John Haley
committed
Bump to 0.11.6
1 parent 2caee3c commit 53d38e9

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

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

3+
## [0.11.6](https://github.com/nodegit/nodegit/releases/tag/v0.11.6) (2016-03-01)
4+
5+
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.11.5...v0.11.6)
6+
7+
- Added `Repository#checkoutRef` [PR #891](https://github.com/nodegit/nodegit/pull/891)
8+
- `Repository#createCommitOnHead` no longer dies if the repo is empty [PR #927](https://github.com/nodegit/nodegit/pull/927)
9+
- Fixed memory leak in `Patch#convenientFromDiff` [PR #930](https://github.com/nodegit/nodegit/pull/930)
10+
- Generated files now have a header comment indicating that they are generated [PR #924](https://github.com/nodegit/nodegit/pull/924)
11+
- Fixed http parsing errors in Node 5.6 [PR #931](https://github.com/nodegit/nodegit/pull/931)
12+
- Fixed `Tree#walk` not returning the correct entries on `end` [PR #929](https://github.com/nodegit/nodegit/pull/929)
13+
314
## [0.11.5](https://github.com/nodegit/nodegit/releases/tag/v0.11.5) (2016-02-25)
415

516
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.11.4...v0.11.5)
617

718
- Fixed crash when calculating a diff [PR #922](https://github.com/nodegit/nodegit/pull/922)
8-
- Fixed an issue with return values getting randomly corrupted [PR #923](https://github.com/nodegit/nodegit/pull/923)
19+
- Fixed an issue with return values getting randomly corrupted [PR #923](https://github.com/nodegit/nodegit/pull/923))
920

1021
## [0.11.4](https://github.com/nodegit/nodegit/releases/tag/v0.11.4) (2016-02-24)
1122

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ NodeGit
3131
</tbody>
3232
</table>
3333

34-
**Stable: 0.11.5**
34+
**Stable: 0.11.6**
3535

3636
## Have a problem? Come chat with us! ##
3737

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

0 commit comments

Comments
 (0)