8000 Release LibGit2Sharp v0.21 · somewhatabstract/libgit2sharp@3b0f7e1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3b0f7e1

Browse files
committed
Release LibGit2Sharp v0.21
1 parent 254fabc commit 3b0f7e1

File tree

3 files changed

+30
-6
lines changed

3 files changed

+30
-6
lines changed

CHANGES.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,32 @@
77
- Issue tracker: <https://github.com/libgit2/libgit2sharp/issues>
88
- @libgit2sharp: <http://twitter.com/libgit2sharp>
99
- CI servers:
10-
- CodeBetter TeamCity: <http://teamcity.codebetter.com/project.html?projectId=LibGit2Sharp&guest=1>
11-
- Travis: <https://travis-ci.org/libgit2/libgit2sharp>
10+
- Windows (x86/amd64): <https://ci.appveyor.com/project/libgit2/libgit2sharp>
11+
- Linux/MacOsX: <https://travis-ci.org/libgit2/libgit2sharp>
12+
13+
## v0.21 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.20.2...v0.21))
14+
15+
### Additions
16+
17+
- Introduce repo.Index.Add() and repo.Index.Remove() (#907)
18+
- Introduce repo.Describe() (#848)
19+
- Teach Repository.Clone to accept a specific branch to checkout (#650, #882)
20+
- Expose IndexEntry.AssumeUnchanged (#928, #929)
21+
- Introduce GlobalSettings.Version.InformationalVersion (#921)
22+
23+
### Changes
24+
25+
- Deprecate Branch.Checkout() (#937)
26+
- Deprecate GlobalSettings.Version.MajorMinorPatch (#921)
27+
- Change Blob.Size output to a long (#892)
28+
- Update libgit2 binaries to libgit2/libgit2@e0902fb
29+
30+
### Fixes
31+
32+
- Fix Network.Fetch() tags retrieval (#927)
33+
- Fix repo.Stage("*") behavior (#907)
34+
- Plug some memory leaks (#883, #910)
35+
- Protect Repository.Clone() from null parameters (#891)
1236

1337
## v0.20.2 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.20.1...v0.20.2))
1438

LibGit2Sharp/Properties/AssemblyInfo.cs

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

45-
[assembly: AssemblyVersion("0.20.2")]
46-
[assembly: AssemblyFileVersion("0.20.2")]
47-
[assembly: AssemblyInformationalVersion("0.20.2")]
45+
[assembly: AssemblyVersion("0.21.0")]
46+
[assembly: AssemblyFileVersion("0.21.0")]
47+
[assembly: AssemblyInformationalVersion("0.21.0")]

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '0.20.2.{build}'
1+
version: '0.21.0.{build}'
22

33
branches:
44
only:

0 commit comments

Comments
 (0)
0