Skip to content

Commit c999ce2

Browse files
committed
Bump to v0.28.0-alpha.36
1 parent b47b7fc commit c999ce2

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

CHANGELOG.md

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

3-
## <a name="v0-28-0-alpha.35" href="#v0-28-0-alpha-35">v0.28.0-alpha.35</a> [(2025-06-03)](https://github.com/nodegit/nodegit/releases/tag/v0.28.0-alpha.35)
3+
## <a name="v0-28-0-alpha.36" href="#v0-28-0-alpha-36">v0.28.0-alpha.36</a> [(2025-11-21)](https://github.com/nodegit/nodegit/releases/tag/v0.28.0-alpha.36)
4+
5+
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.28.0-alpha.35...v0.28.0-alpha.36)
6+
7+
#### Summary of Changes
8+
- Use openssl unconditionally for linux electron builds
9+
- Fix cross-compiling libssh2
10+
- Fix Windows SSH keys, tests, documentation
11+
- Add CI tests and Prebuilts for MacOS arm64
12+
- Bump tar-fsa to fix security vulnerabilities
13+
14+
#### Merged PRs into NodeGit
15+
- [Bump tar-fs from 3.0.9 to 3.1.1](https://github.com/nodegit/nodegit/pull/2034)
16+
- [Use custom electron for non-static builds on linux and fix cross-compilation](https://github.com/nodegit/nodegit/pull/2033)
17+
- [add macos arm64 tests and prebuilts](https://github.com/nodegit/nodegit/pull/2030)
18+
19+
## <a name="v0-28-0-alpha.35" href="#v0-28-0-alpha-35">v0.28.0-alpha.35</a> [(2025-11-14)](https://github.com/nodegit/nodegit/releases/tag/v0.28.0-alpha.35)
420

521
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.28.0-alpha.34...v0.28.0-alpha.35)
622

@@ -16,7 +32,7 @@
1632
- [fix: correct macos arch labels](github.com/nodegit/nodegit/pull/2027)
1733
- [Add Ability to compile for arm64](https://github.com/nodegit/nodegit/pull/2028)
1834

19-
## <a name="v0-28-0-alpha.34" href="#v0-28-0-alpha-34">v0.28.0-alpha.34</a> [(2025-06-03)](https://github.com/nodegit/nodegit/releases/tag/v0.28.0-alpha.34)
35+
## <a name="v0-28-0-alpha.34" href="#v0-28-0-alpha-34">v0.28.0-alpha.34</a> [(2025-07-23)](https://github.com/nodegit/nodegit/releases/tag/v0.28.0-alpha.34)
2036

2137
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.28.0-alpha.33...v0.28.0-alpha.34)
2238

package-lock.json

Lines changed: 2 additions & 2 deletions
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.28.0-alpha.35",
4+
"version": "0.28.0-alpha.36",
55
"homepage": "http://nodegit.org",
66
"keywords": [
77
"libgit2",

0 commit comments

Comments
 (0)