8000 Release LibGit2Sharp v0.19 · apfunk/libgit2sharp@b70d403 · GitHub
[go: up one dir, main page]

Skip to content

Commit b70d403

Browse files
committed
Release LibGit2Sharp v0.19
1 parent 96d270f commit b70d403

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

CHANGES.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,37 @@
1010
- CodeBetter TeamCity: <http://teamcity.codebetter.com/project.html?projectId=LibGit2Sharp&guest=1>
1111
- Travis: <https://travis-ci.org/libgit2/libgit2sharp>
1212

13+
## v0.19 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.18.1...v0.19))
14+
15+
### Additions
16+
17+
- Introduce repo.Network.Remotes.Rename() (#730, #741)
18+
- Introduce repo.ObjectDatabase.ShortenObjectId() (#677)
19+
- Introduce Remote.IsSupportedUrl() (#754)
20+
- Introduce repo.CherryPick() (#755, #756)
21+
- Expose advanced conflict data (REUC, renames) (#748)
22+
23+
### Changes
24+
25+
- Make Patch expose a richer PatchEntryChanges type (#686, #702)
26+
- Make network operations accept Credentials through a callback (#759, #761, #767)
27+
- Make repo.Index.Stage() respect ignored files by default (#777)
28+
- Make OdbBackend IDisposable (#713)
29+
- Update libgit2 binaries to libgit2/libgit2@d28b2b7
30+
31+
### Fixes
32+
33+
- Don't require specific rights to the parent hierarchy of a repository (#795)
34+
- Prevent Clone() from choking on empty packets (#794)
35+
- Ensure Tags can be created in detached Head state (#791)
36+
- Properly determine object size when calculating its CRC (#783)
37+
- Prevent blind fast forwards merges when there are checkout conflicts (#781)
38+
- Make repo.Reset() and repo.Index.Unstage() cope with renamed entries (#777)
39+
- Do not throw when parsing annotated tags without a Signature (#775, #776)
40+
- Remove conflicts upon repo.Index.Remove() call (#768)
41+
- Honor the merge.ff configuration entry (#709)
42+
- Make Clone() properly throws when passed an invalid url (#701)
43+
1344
## v0.18.1 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.18.0...v0.18.1))
1445

1546
### Additions

LibGit2Sharp/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
// by using the '*' as shown below:
4343
// [assembly: AssemblyVersion("1.0.*")]
4444

45-
[assembly: AssemblyVersion("0.18.1")]
46-
[assembly: AssemblyFileVersion("0.18.1")]
45+
[assembly: AssemblyVersion("0.19.0")]
46+
[assembly: AssemblyFileVersion("0.19.0")]

0 commit comments

Comments
 (0)
0