Skip to content

Commit bc4389c

Browse files
committed
Bump to v0.23.0-alpha.1
1 parent db41b8a commit bc4389c

File tree

4 files changed

+31
-5
lines changed

4 files changed

+31
-5
lines changed

CHANGELOG.md

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

3+
## <a name="v0-23-0-alpha.1" href="#v0-23-0-alpha.1">v0.23.0-alpha.1</a> [(2018-10-01)](https://github.com/nodegit/nodegit/releases/tag/v0.23.0-alpha.1)
4+
5+
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.22.2...v0.23.0-alpha.1)
6+
7+
#### Summary of changes
8+
- Added Node 10 support.
9+
- We no longer compile OpenSSL. Instead, we prefer the OpenSSL shipped with Node. In electron builds, we prefer the system openssl on linux, and we get prebuilt static libs from Conan.
10+
- Cleaned up some compiler warnings
11+
- Our http_parser dependency is now a submodule.
12+
- Updated some dependencies in npm to get rid of security vulnerabilities and warnings.
13+
- Exposed transfer progress callback for pushing.
14+
15+
#### Merged PRs into NodeGit
16+
- [warn about node v10 incompatibility in readme #1534](https://github.com/nodegit/nodegit/pull/1534)
17+
- [Define error codes to fix compiler warnings about unused variables #1486](https://github.com/nodegit/nodegit/pull/1486)
18+
- [Include http_parser via submodule #1551](https://github.com/nodegit/nodegit/pull/1551)
19+
- [Update dependencies to get rid of security vulnerabilities #1547](https://github.com/nodegit/nodegit/pull/1547)
20+
- [add github issue template #1548](https://github.com/nodegit/nodegit/pull/1548)
21+
- [Enable git_push_transfer_progress - Help wanted #1500](https://github.com/nodegit/nodegit/pull/1500)
22+
- [Fixed createBranch API params #1552](https://github.com/nodegit/nodegit/pull/1552)
23+
- [Use curl-config to find curl #1555](https://github.com/nodegit/nodegit/pull/1555)
24+
- [Update readme #1554](https://github.com/nodegit/nodegit/pull/1554)
25+
- [Node 10 support #1545](https://github.com/nodegit/nodegit/pull/1545)
26+
- [Update dependencies #1519](https://github.com/nodegit/nodegit/pull/1519)
27+
- [Run submodule updates in sequence rather than parallel #1558](https://github.com/nodegit/nodegit/pull/1558)
28+
- [Fix Electron builds on win32 #1560](https://github.com/nodegit/nodegit/pull/1560)
29+
30+
331
## <a name="v0-22-2" href="#v0-22-2">v0.22.2</a> [(2018-07-10)](https://github.com/nodegit/nodegit/releases/tag/v0.22.2)
432

533
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.22.1...v0.22.2)

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ Linux & macOS | Windows | Coverage | Dependencies
99

1010
**Stable (libgit2@v0.27.3): 0.27.3**
1111

12-
> Not compatible with node 10, at the moment. [We're working on it](https://github.com/nodegit/nodegit/issues/1490).
13-
1412
## Have a problem? Come chat with us! ##
1513

1614
Visit [slack.libgit2.org](http://slack.libgit2.org/) to sign up, then join us in #nodegit.
@@ -81,7 +79,7 @@ sudo apt-get install libssl-dev
8179
Additionally, you need `curl-config` on your system. You need one of these packages:
8280
* libcurl4-gnutls-dev
8381
* libcurl4-nss-dev
84-
* libcurl4-openssl-dev
82+
* libcurl4-openssl-dev
8583

8684
If you are still encountering problems while installing, you should try the
8785
[Building from source](http://www.nodegit.org/guides/install/from-source/)

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

0 commit comments

Comments
 (0)