Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 74ec7c7

Browse files
author
John Haley
committedJun 23, 2016
Bump to 0.15.0
1 parent 9abbfc0 commit 74ec7c7

File tree

110 files changed

+392
-107
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+392
-107
lines changed
 

‎_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ title: NodeGit
33
description: Asynchronous native Node bindings to libgit2
44
url: "http://nodegit.org"
55
date_format: "ordinal"
6-
current_nodegit_version: 0.14.0
6+
current_nodegit_version: 0.15.0
77
other_nodegit_versions:
88
- HEAD
9+
- 0.14.0
910
- 0.13.2
1011
- 0.13.1
1112
- 0.13.0

‎api/annotated_commit/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
menu_item: api
44
title: AnnotatedCommit
5-
description: Version 0.14.0
5+
description: Version 0.15.0
66
menu_item: api
77
return_to:
88
"API Documentation Index": /api/

0 commit comments

Comments
 (0)
Please sign in to comment.