Skip to content

Commit 0f75275

Browse files
committed
Bump to v0.25.0-alpha.1
1 parent 8c108c9 commit 0f75275

3 files changed

Lines changed: 29 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## <a name="v0-25-0-alpha-1" href="#v0-25-0-alpha-1">v0.25.0-alpha.1</a> [(2019-01-30)](https://github.com/nodegit/nodegit/releases/tag/v0.25.0-alpha.1)
4+
5+
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.24.0...v0.25.0-alpha.1)
6+
7+
#### Summary of changes
8+
- Bump Libgit2 to preview of v0.28.0
9+
- Add signing support for commits and annotated tags
10+
- Updated Signature.prototype.toString to optionally include timestamps
11+
- [BREAKING] Converted Buf.prototype.set and Buf.prototype.grow from async to sync
12+
- Added complete support for libgit2 types:
13+
- git_index_name_entry
14+
- git_index_reuc_entry
15+
- git_mailmap
16+
- Exposed git_path_is_gitfile
17+
- Exposed git_tag_create_frombuffer
18+
19+
#### Merged PRs into NodeGit
20+
- [adds support for gpg commit signing (fixes #1018) #1448](https://github.com/nodegit/nodegit/pull/1448)
21+
- [Add `updateRef` parameter to Repository#createCommitWithSignature #1610](https://github.com/nodegit/nodegit/pull/1610)
22+
- [Documentation fixes. #1611](https://github.com/nodegit/nodegit/pull/1611)
23+
- [Add Commit#amendWithSignature #1616](https://github.com/nodegit/nodegit/pull/1616)
24+
- [Bump libgit2 to a preview of v0.28 #1615](https://github.com/nodegit/nodegit/pull/1615)
25+
- [Fix issues with Commit#amendWithSignature #1617](https://github.com/nodegit/nodegit/pull/1617)
26+
- [Marked Repository.createBlobFromBuffer as async #1614](https://github.com/nodegit/nodegit/pull/1614)
27+
- [Add functionality for creating Tags with signatures and extracting signatures from Tags #1618](https://github.com/nodegit/nodegit/pull/1618)
28+
29+
330
## <a name="v0-24-0" href="#v0-24-0">v0.24.0</a> [(2019-01-16)](https://github.com/nodegit/nodegit/releases/tag/v0.24.0)
431

532
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.23.0...v0.24.0)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)