Skip to content

Commit

Permalink
Bump to v0.28.0-alpha.26
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhattendorf committed Apr 19, 2024
1 parent 84a86eb commit feab8b0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## <a name="v0-28-0-alpha.26" href="#v0-28-0-alpha-25">v0.28.0-alpha.26</a> [(2024-04-19)](https://github.com/nodegit/nodegit/releases/tag/v0.28.0-alpha.26)

[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.28.0-alpha.25...v0.28.0-alpha.26)

#### Summary of changes
- Fix use-after-free in getRemotes

#### Merged PRs into NodeGit
- [Fix double-free introduced trying to fix other double-free](https://github.com/nodegit/nodegit/pull/1996)

## <a name="v0-28-0-alpha.25" href="#v0-28-0-alpha-25">v0.28.0-alpha.25</a> [(2024-04-15)](https://github.com/nodegit/nodegit/releases/tag/v0.28.0-alpha.25)

[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.28.0-alpha.24...v0.28.0-alpha.25)
Expand Down
4 changes: 2 additions & 2 deletions 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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nodegit",
"description": "Node.js libgit2 asynchronous native bindings",
"version": "0.28.0-alpha.25",
"version": "0.28.0-alpha.26",
"homepage": "http://nodegit.org",
"keywords": [
"libgit2",
Expand Down

0 comments on commit feab8b0

Please sign in to comment.