| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d912b6c commit 5bd483b
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,17 @@ | |||
| 1 | 1 | # Change Log | |
| 2 | 2 | ||
| 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 | + | ||
| 3 | 15 | ## [0.12.1](https://github.com/nodegit/nodegit/releases/tag/v0.12.1) (2016-03-30) | |
| 4 | 16 | ||
| 5 | 17 | [Full Changelog](https://github.com/nodegit/nodegit/compare/v0.12.0...v0.12.1) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -31,7 +31,7 @@ NodeGit | |||
| 31 | 31 | </tbody> | |
| 32 | 32 | </table> | |
| 33 | 33 | ||
| 34 | - **Stable: 0.12.1** | ||
| 34 | + **Stable: 0.12.2** | ||
| 35 | 35 | ||
| 36 | 36 | ## Have a problem? Come chat with us! ## | |
| 37 | 37 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,7 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "nodegit", | |
| 3 | 3 | "description": "Node.js libgit2 asynchronous native bindings", | |
| 4 | - "version": "0.12.1", | ||
| 4 | + "version": "0.12.2", | ||
| 5 | 5 | "homepage": "http://nodegit.org", | |
| 6 | 6 | "keywords": [ | |
| 7 | 7 | "libgit2", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments