| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 84a86eb commit feab8b0
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,15 @@ | |||
| 1 | 1 | # Change Log | |
| 2 | 2 | ||
| 3 | + ## <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) | ||
| 4 | + | ||
| 5 | + [Full Changelog](https://github.com/nodegit/nodegit/compare/v0.28.0-alpha.25...v0.28.0-alpha.26) | ||
| 6 | + | ||
| 7 | + #### Summary of changes | ||
| 8 | + - Fix use-after-free in getRemotes | ||
| 9 | + | ||
| 10 | + #### Merged PRs into NodeGit | ||
| 11 | + - [Fix double-free introduced trying to fix other double-free](https://github.com/nodegit/nodegit/pull/1996) | ||
| 12 | + | ||
| 3 | 13 | ## <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) | |
| 4 | 14 | ||
| 5 | 15 | [Full Changelog](https://github.com/nodegit/nodegit/compare/v0.28.0-alpha.24...v0.28.0-alpha.25) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,7 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "nodegit", | |
| 3 | 3 | "description": "Node.js libgit2 asynchronous native bindings", | |
| 4 | - "version": "0.28.0-alpha.25", | ||
| 4 | + "version": "0.28.0-alpha.26", | ||
| 5 | 5 | "homepage": "http://nodegit.org", | |
| 6 | 6 | "keywords": [ | |
| 7 | 7 | "libgit2", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments