File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
14
## [ 0.11.5] ( https://github.com/nodegit/nodegit/releases/tag/v0.11.5 ) (2016-02-25)
4
15
5
16
[ Full Changelog] ( https://github.com/nodegit/nodegit/compare/v0.11.4...v0.11.5 )
6
17
7
18
- 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 ) )
9
20
10
21
## [ 0.11.4] ( https://github.com/nodegit/nodegit/releases/tag/v0.11.4 ) (2016-02-24)
11
22
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ NodeGit
31
31
</tbody >
32
32
</table >
33
33
34
- ** Stable: 0.11.5 **
34
+ ** Stable: 0.11.6 **
35
35
36
36
## Have a problem? Come chat with us! ##
37
37
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nodegit" ,
3
3
"description" : " Node.js libgit2 asynchronous native bindings" ,
4
- "version" : " 0.11.5 " ,
4
+ "version" : " 0.11.6 " ,
5
5
"homepage" : " http://nodegit.org" ,
6
6
"keywords" : [
7
7
" libgit2" ,
You can’t perform that action at this time.
0 commit comments