Skip to content

Commit ee53bdd

Browse files
committed
Update CHANGES.md for v0.31
1 parent 3318b73 commit ee53bdd

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGES.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# LibGit2Sharp Changes
22

3+
## v0.31 - ([diff](https://github.com/libgit2/libgit2sharp/compare/0.30.0..0.31.0))
4+
5+
### Changes
6+
- This release includes [libgit2 v1.8.4](https://github.com/libgit2/libgit2/releases/tag/v1.8.4).
7+
- The ppc64le architecture is now supported on Linux.
8+
- .NET 6 has reached end of support, so LibGit2Sharp now targets `net472` and `net8.0`.
9+
10+
### Additions
11+
- Adds Depth to FetchOptions allowing for shallow cloning [#2070](https://github.com/libgit2/libgit2sharp/pull/2070)
12+
- Make owner validation configurable [#2093](https://github.com/libgit2/libgit2sharp/pull/2093)
13+
- Add a CloneOptions constructor that takes a FetchOptions [#2132](https://github.com/libgit2/libgit2sharp/pull/2132)
14+
15+
### Fixes
16+
- TreeDefinition.Remove fails to remove unwrapped trees [#1869](https://github.com/libgit2/libgit2sharp/issues/1869)
17+
- ObjectDatabase.Write<T>(Stream stream...) overload does not respect T [#2071](https://github.com/libgit2/libgit2sharp/issues/2071)
18+
- Repository.Worktrees.Add leaves now worktree empty [#2037](https://github.com/libgit2/libgit2sharp/issues/2037)
19+
320
## v0.30 - ([diff](https://github.com/libgit2/libgit2sharp/compare/0.29.0..0.30.0))
421

522
### Changes

0 commit comments

Comments
 (0)