Skip to content

Commit c19e411

Browse files
committed
bump version
1 parent b05c80d commit c19e411

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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)

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.6.3**
34+
**Stable: 0.7.0**
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.6.3",
4+
"version": "0.7.0",
55
"homepage": "http://nodegit.org",
66
"keywords": [
77
"libgit2",

0 commit comments

Comments
 (0)