File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 0.7.0] ( https://github.com/nodegit/nodegit/releases/tag/v0.7.0 ) (2016-01-08)
4+
5+ [ Full Changelog] ( https://github.com/nodegit/nodegit/compare/v0.6.3...0.7.0 )
6+
7+ - Bumped openssl to 1.0.2e to fix issues with prebuilts on linux platforms
8+ - Fixed a bug with GIT_ITER_OVER breaking rebase and other iterative methods
9+ - Make GraphDescendentOf asynchronous
10+ - Fixed line length of utf8 strings
11+
312## [ 0.6.3] ( https://github.com/nodegit/nodegit/releases/tag/v0.6.3 ) (2015-12-16)
413
514[ Full Changelog] ( https://github.com/nodegit/nodegit/compare/v0.6.2...0.6.3 )
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ NodeGit
3131 </tbody >
3232</table >
3333
34- ** Stable: 0.6.3 **
34+ ** Stable: 0.7.0 **
3535
3636## Have a problem? Come chat with us! ##
3737
Original file line number Diff line number Diff line change 11{
22 "name" : " nodegit" ,
33 "description" : " Node.js libgit2 asynchronous native bindings" ,
4- "version" : " 0.6.3 " ,
4+ "version" : " 0.7.0 " ,
55 "homepage" : " http://nodegit.org" ,
66 "keywords" : [
77 " libgit2" ,
You can’t perform that action at this time.
0 commit comments