Skip to content

Commit 03b3c88

Browse files
committed
bump to v0.28.0-alpha.35
1 parent 3806c58 commit 03b3c88

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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)
4+
5+
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.28.0-alpha.34...v0.28.0-alpha.35)
6+
7+
#### Summary of Changes
8+
- Bump libgit2 to 1.9.1
9+
- Bump OpenSSL to 3.0
10+
- Move OpenSSL Packaging to Github Actions
11+
- Add arm64 build Support
12+
13+
#### Merged PRs into NodeGit
14+
- [Bump libgit2 to 1.9.1](https://github.com/nodegit/nodegit/pull/2025)
15+
- [Bump OpenSSL to 3.0, Move OpenSSL package generation to Github Actions](https://github.com/nodegit/nodegit/pull/2026)
16+
- [fix: correct macos arch labels](github.com/nodegit/nodegit/pull/2027)
17+
- [Add Ability to compile for arm64](https://github.com/nodegit/nodegit/pull/2028)
18+
319
## <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)
420

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

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

0 commit comments

Comments
 (0)