File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 0.11.9] ( https://github.com/nodegit/nodegit/releases/tag/v0.11.9 ) (2016-03-09)
4
+
5
+ [ Full Changelog] ( https://github.com/nodegit/nodegit/compare/v0.11.8...v0.11.9 )
6
+
7
+ - Fixed crash when calculating diff via ` ConvenientPatch ` [ PR #945 ] ( https://github.com/nodegit/nodegit/pull/945 )
8
+
3
9
## [ 0.11.8] ( https://github.com/nodegit/nodegit/releases/tag/v0.11.8 ) (2016-03-07)
4
10
5
11
[ Full Changelog] ( https://github.com/nodegit/nodegit/compare/v0.11.7...v0.11.8 )
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.8 **
34
+ ** Stable: 0.11.9 **
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.8 " ,
4
+ "version" : " 0.11.9 " ,
5
5
"homepage" : " http://nodegit.org" ,
6
6
"keywords" : [
7
7
" libgit2" ,
You can’t perform that action at this time.
0 commit comments