Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RevWalker #2038

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
0a6c5bf
Add RevWalker
jairbubbles May 20, 2023
b7f53a0
feat: Add CustomHeaders to PushOptions
James-LG Nov 3, 2023
1201220
Update MinVer
bording Nov 4, 2023
30b2c1c
Update CHANGES.md for v0.28
bording Nov 4, 2023
c63e2f3
Update LibGit2Sharp.NativeBinaries to 2.0.321
bording Nov 27, 2023
de6efb9
Update GitFetchOptions to include new Depth value
bording Nov 27, 2023
8b90255
Remove CentOS 7 from test matrix
bording Nov 27, 2023
5bace98
Update test to match new sort order
bording Nov 27, 2023
edd862a
Update GitProxyOptions
bording Nov 25, 2023
24b242e
Add public proxy APIs
bording Nov 25, 2023
12975be
No reason to derive from FetchOptionsBase and have FetchOptions property
bording Nov 26, 2023
19b955e
Wire up proxy options
bording Nov 26, 2023
e717b4b
Ensure FetchOptions property is non-null
bording Nov 26, 2023
edd325b
Make ProxyOptions sealed to satisfy test
bording Nov 26, 2023
e80a980
Remove property setters since options are initialized
bording Nov 26, 2023
54c085a
Add XML comments
bording Nov 26, 2023
829d725
Update how submodule fetch options are handled
bording Nov 26, 2023
baf1e46
Update CHANGES.md for v0.29
bording Dec 3, 2023
1b3c823
Add project to test trimming compatibility
bording Mar 14, 2024
67a5d17
Address trimming warnings
bording Mar 14, 2024
ae8f912
Use .NET 8 SDK
bording Mar 14, 2024
7090e44
Fix failing test
bording Mar 16, 2024
142c995
Add net8.0 test targets
bording Mar 16, 2024
f4d3a47
Use .NET 8 SDK artifacts output
bording Mar 16, 2024
a5b5009
Update packages
bording Mar 16, 2024
20a3210
Fix test analyzer warnings
bording Mar 16, 2024
41732ac
Update workflow actions
bording Mar 16, 2024
d63ced1
Update testing matrix
bording Mar 16, 2024
32f647c
Fix analyzer warnings
bording Mar 16, 2024
cf318fb
Clean up more analyzer warnings
bording Mar 16, 2024
5d52455
Update LibGit2Sharp.NativeBinaries to 2.0.322
bording Mar 16, 2024
b75d5e1
Increase assert range to avoid flaky tests
bording Mar 17, 2024
b3743b7
Update CHANGES.md for v0.30
bording Mar 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update CHANGES.md for v0.30
bording authored and jairbubbles committed May 17, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit b3743b7c14c962949c8abd93c497948a827d4fb9
9 changes: 8 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# LibGit2Sharp Changes

## v0.30 - ([diff](https://github.com/libgit2/libgit2sharp/compare/0.29.0..0.30.0))

### Changes
- This release includes [libgit2 v1.7.2](https://github.com/libgit2/libgit2/releases/tag/v1.7.2).
- Updates for trimming compatibility [#2084](https://github.com/libgit2/libgit2sharp/pull/2084)
- Updates for .NET 8 [#2085](https://github.com/libgit2/libgit2sharp/pull/2085)

## v0.29 - ([diff](https://github.com/libgit2/libgit2sharp/compare/0.28.0..0.29.0))

### Changes
@@ -8,7 +15,7 @@

### Additions
- Add proxy options [#2065](https://github.com/libgit2/libgit2sharp/pull/2065)
- See PR for details, including some breaking changes to `CloneOptions` and `SubmoduleUpdateOptions`
- See PR for details, including some breaking changes to `CloneOptions` and `SubmoduleUpdateOptions`

## v0.28 - ([diff](https://github.com/libgit2/libgit2sharp/compare/0.27.2..0.28.0))