File tree Expand file tree Collapse file tree 3 files changed +30
-6
lines changed
Expand file tree Collapse file tree 3 files changed +30
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 " ) ]
Original file line number Diff line number Diff line change 1- version : ' 0.20.2 .{build}'
1+ version : ' 0.21.0 .{build}'
22
33branches :
44 only :
You can’t perform that action at this time.
0 commit comments