File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1
1
# LibGit2Sharp Changes
2
2
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
+
3
20
## v0.30 - ([ diff] ( https://github.com/libgit2/libgit2sharp/compare/0.29.0..0.30.0 ) )
4
21
5
22
### Changes
You can’t perform that action at this time.
0 commit comments