Skip to content

Commit fe433ef

Browse files
author
John Haley
committed
Bump to 0.12.0
1 parent a32265c commit fe433ef

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

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

3+
## [0.12.0](https://github.com/nodegit/nodegit/releases/tag/v0.12.0) (2016-03-28)
4+
5+
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.11.9...v0.12.0)
6+
7+
# API changes
8+
- `Ignore`
9+
- Made `Ignore.pathIsIgnored` async [PR #970](https://github.com/nodegit/nodegit/pull/970)
10+
11+
# Bug fixes
12+
13+
- Added an error message when trying to install NodeGit without a required version of libstdc++ [PR #972](https://github.com/nodegit/nodegit/pull/972)
14+
- Fix a crash when grabbing content out of a buffer that has unicode [PR #966](https://github.com/nodegit/nodegit/pull/966)
15+
- Added some plumbing for better memory management [PR #958](https://github.com/nodegit/nodegit/pull/958)
16+
- Fix `checkoutOptions` in `Stash#apply` [PR #956](https://github.com/nodegit/nodegit/pull/956)
17+
- Fixed install when there is a space in the username on windows [PR #951](https://github.com/nodegit/nodegit/pull/951)
18+
- Bump to nan@2.2.0 [PR #952](https://github.com/nodegit/nodegit/pull/952)
19+
320
## [0.11.9](https://github.com/nodegit/nodegit/releases/tag/v0.11.9) (2016-03-09)
421

522
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.11.8...v0.11.9)

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.9**
34+
**Stable: 0.12.0**
3535

3636
## Have a problem? Come chat with us! ##
3737

package.json

Lines changed: 2 additions & 2 deletions
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.9",
4+
"version": "0.12.0",
55
"homepage": "http://nodegit.org",
66
"keywords": [
77
"libgit2",
@@ -88,7 +88,7 @@
8888
"rebuild": "node generate && node-gyp configure build",
8989
"recompileDebug": "node-gyp configure --debug build",
9090
"rebuildDebug": "node generate && node-gyp configure --debug build",
91-
"xcodeDebug": "node-gyp configure -- -f xcode",
91+
"xcodeDebug": "node-gyp configure -- -f xcode",
9292
"postinstall": "bash postinstall.sh"
9393
}
9494
}

0 commit comments

Comments
 (0)