Skip to content

Commit e18a4fd

Browse files
committed
Bump to v0.25.0-alpha.4
1 parent 888e34c commit e18a4fd

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## <a name="v0-25-0-alpha-4" href="#v0-25-0-alpha-4">v0.25.0-alpha.4</a> [(2019-02-08)](https://github.com/nodegit/nodegit/releases/tag/v0.25.0-alpha.4)
4+
5+
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.25.0-alpha.3...v0.25.0-alpha.4)
6+
7+
#### Summary of changes
8+
- Fixed bug where signing the init commit failed due to being unable to update the `HEAD` ref.
9+
- Changed `NodeGit.Signature.default` to async, because it actually ends up reading the config.
10+
- Fixed bug where templates were not reporting errors for synchronous methods. It's a bit of a wide net, but in general,
11+
it is now possible certain sync methods in NodeGit will begin failin that did not fail before. This is the correct
12+
behavior.
13+
- Switched `NodeGit.Oid.fromString`'s internal implementation from `git_oid_fromstr` to `git_oid_fromstrp`
14+
- Fixed builds for Electron 4
15+
- Added `NodeGit.Reference.updateTerminal`
16+
17+
#### Merged PRs into NodeGit
18+
- [Fix non-existent / dangling refs cause Repository.prototype.createCommitWithSignature to fail #1624](https://github.com/nodegit/nodegit/pull/1624)
19+
- [Handle new gyp information for electron builds #1623](https://github.com/nodegit/nodegit/pull/1623)
20+
321
## <a name="v0-25-0-alpha-3" href="#v0-25-0-alpha-3">v0.25.0-alpha.3</a> [(2019-02-05)](https://github.com/nodegit/nodegit/releases/tag/v0.25.0-alpha.3)
422

523
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.25.0-alpha.2...v0.25.0-alpha.3)

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

0 commit comments

Comments
 (0)