Skip to content

Commit 06e64a2

Browse files
authored
Merge pull request #1644 from libgit2/ethomson/0_25
Prepare for v0.25.4
2 parents bfad9d7 + a2c59b7 commit 06e64a2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.md

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
- Windows (x86/amd64): <https://ci.appveyor.com/project/libgit2/libgit2sharp>
1111
- Linux/Mac OS X: <https://travis-ci.org/libgit2/libgit2sharp>
1212

13+
## v0.25.4 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.25.3..v0.25.4))
14+
15+
This is a security and bugfix release that fixes a number of minor
16+
possible security issues, including possible errors during the parsing
17+
of commit and tag information. In addition, a number of performance
18+
improvements and bugfixes are included in the underlying native library.
19+
1320
## v0.25.3 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.25.2..v0.25.3))
1421

1522
This is a security release fixing a number of possible security issues,

version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "0.25.3",
3+
"version": "0.25.4",
44
"publicReleaseRefSpec": [
55
"^refs/heads/master$", // we release out of master
66
"^refs/heads/maint/v\\d+(?:\\.\\d+)?$" // and maint/vNN branches

0 commit comments

Comments
 (0)