Skip to content

Commit d5d7dec

Browse files
author
John Haley
committed
Bump to 0.11.4
1 parent e9a9dda commit d5d7dec

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [0.11.4](https://github.com/nodegit/nodegit/releases/tag/v0.11.4) (2016-02-24)
4+
5+
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.11.3...v0.11.4)
6+
7+
- Fixed callback out values in callbacks from C++. This affects any NodeGit call that is passed a callback as an option [PR #921](https://github.com/nodegit/nodegit/pull/921)
8+
- Fixed an issue with building the debug version of NodeGit on windows [PR #918](https://github.com/nodegit/nodegit/pull/918)
9+
310
## [0.11.3](https://github.com/nodegit/nodegit/releases/tag/v0.11.3) (2016-02-22)
411

512
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.11.2...v0.11.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.11.3**
34+
**Stable: 0.11.4**
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.11.3",
4+
"version": "0.11.4",
55
"homepage": "http://nodegit.org",
66
"keywords": [
77
"libgit2",

0 commit comments

Comments
 (0)