Skip to content

Commit bf1ff40

Browse files
committed
Bump to 0.20.2
1 parent d77f418 commit bf1ff40

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## <a name="v0-20-2" href="#v0-20-2">v0.20.2</a> [(2017-08-16)](https://github.com/nodegit/nodegit/releases/tag/v0.20.2)
4+
5+
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.20.0...v0.20.2)
6+
7+
#### Summary of changes outside of libgit2 bump:
8+
- [Fixed an issue where large buffer allocations in filters (> 256MB) causes a segfault #1368](https://github.com/nodegit/nodegit/pull/1368)
9+
- [Fix git_tree_entry double free #1332](https://github.com/nodegit/nodegit/pull/1332)
10+
311
## <a name="v0-20-0" href="#v0-20-0">v0.20.0</a> [(2017-08-16)](https://github.com/nodegit/nodegit/releases/tag/v0.20.0)
412

513
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.19.0...v0.20.0)

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ NodeGit
3131
</tbody>
3232
</table>
3333

34-
**Stable (libgit2#master): 0.20.0**
3534
**Stable (libgit2@v0.26.0): 0.26.0**
3635

3736
## Have a problem? Come chat with us! ##

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.20.1",
4+
"version": "0.20.2",
55
"homepage": "http://nodegit.org",
66
"keywords": [
77
"libgit2",

0 commit comments

Comments
 (0)