Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5bd483b

Browse filesBrowse files
author
John Haley
committed
Bump to 0.12.2
1 parent d912b6c commit 5bd483b
Copy full SHA for 5bd483b

File tree

Expand file treeCollapse file tree

3 files changed

+14
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+14
-2
lines changed
Open diff view settings
Collapse file

‎CHANGELOG.md‎

Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [0.12.2](https://github.com/nodegit/nodegit/releases/tag/v0.12.2) (2016-04-07)
4+
5+
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.12.1...v0.12.2)
6+
7+
# Added
8+
9+
- We now provide 32-bit binaries for linux [PR #980](https://github.com/nodegit/nodegit/pull/980)
10+
11+
# Bug fixes
12+
13+
- Added memory clean up for references [PR #977](https://github.com/nodegit/nodegit/pull/977) and remotes [PR #981](https://github.com/nodegit/nodegit/pull/981)
14+
315
## [0.12.1](https://github.com/nodegit/nodegit/releases/tag/v0.12.1) (2016-03-30)
416

517
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.12.0...v0.12.1)
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ NodeGit
3131
</tbody>
3232
</table>
3333

34-
**Stable: 0.12.1**
34+
**Stable: 0.12.2**
3535

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

Collapse file

‎package.json‎

Copy file name to clipboardExpand all lines: package.json
+1-1Lines 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.12.1",
4+
"version": "0.12.2",
55
"homepage": "http://nodegit.org",
66
"keywords": [
77
"libgit2",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.