Skip to content

Commit

Permalink
Bump to 0.27.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
implausible committed Mar 26, 2020
1 parent dcb94e9 commit 8a59c1c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,23 @@
# Change Log

## <a name="v0-27-0-alpha-1" href="#v0-27-0-alpha-1">v0.27.0-alpha.1</a> [(2020-03-26)](https://github.com/nodegit/nodegit/releases/tag/v0.27.0-alpha.1)

[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.26.5...v0.27.0-alpha.1)

#### Summary of changes
- Expose git_remote_rename
- Bump OpenSSL from 1.1.0i -> 1.1.1c in Windows/Mac OS Electron builds
- Replace unmaintained request library with got
- Remove promisify-node and use vanilla promises for all NodeGit promises

### #Merged PRs into NodeGit
- [Remove promisify-node and remove old callback api remnants](https://github.com/nodegit/nodegit/pull/1772)
- [Replace deprecated package request with got](https://github.com/nodegit/nodegit/pull/1771)
- [Bump OpenSSL prebuilt to 1.1.1c](https://github.com/nodegit/nodegit/pull/1770)
- [Expose git_remote_rename](https://github.com/nodegit/nodegit/pull/1767)
- [Dedupe Remote.prototype.fetch](https://github.com/nodegit/nodegit/pull/1766)


## <a name="v0-26-5" href="#v0-26-5">v0.26.5</a> [(2020-02-27)](https://github.com/nodegit/nodegit/releases/tag/v0.26.5)

[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.26.4...v0.26.5)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "nodegit",
"description": "Node.js libgit2 asynchronous native bindings",
"version": "0.26.5",
"version": "0.27.0-alpha.1",
"homepage": "http://nodegit.org",
"keywords": [
"libgit2",
Expand Down

0 comments on commit 8a59c1c

Please sign in to comment.