Skip to content

Commit 8c59abf

Browse files
author
John Haley
committed
Bump to 0.8.0
1 parent 57a34e2 commit 8c59abf

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [0.8.0](https://github.com/nodegit/nodegit/releases/tag/v0.8.0) (2016-01-15)
4+
5+
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.7.0...0.8.0)
6+
7+
- Thread safe locking has been added and currently is defaulted to off. Use `NodeGit.enableThreadSafety()` to turn on
8+
- NodeGit no longer requires a specific Promise object from the `nodegit-promise` library to be passed in. You can now use whatever you want!
9+
- `Repository#stageFilemode` now can accept an array of strings for files to update
10+
- `Submodule#addToIndex`, `Submodule#addFinalize`, `Submodule#init`, `Submodule#open`, `Submodule#sync`, and `Submodule#update` are now all async methods
11+
312
## [0.7.0](https://github.com/nodegit/nodegit/releases/tag/v0.7.0) (2016-01-08)
413

514
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.6.3...0.7.0)
615

716
- Bumped openssl to 1.0.2e to fix issues with prebuilts on linux platforms
817
- Fixed a bug with GIT_ITER_OVER breaking rebase and other iterative methods
918
- Make GraphDescendentOf asynchronous
10-
- Fixed line length of utf8 strings
19+
- Fixed line length of utf8 stringss
1120

1221
## [0.6.3](https://github.com/nodegit/nodegit/releases/tag/v0.6.3) (2015-12-16)
1322

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

0 commit comments

Comments
 (0)