File tree 3 files changed +30
-6
lines changed 3 files changed +30
-6
lines changed Original file line number Diff line number Diff line change 7
7
- Issue tracker: < https://github.com/libgit2/libgit2sharp/issues >
8
8
- @libgit2sharp : < http://twitter.com/libgit2sharp >
9
9
- 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 )
12
36
13
37
## v0.20.2 - ([ diff] ( https://github.com/libgit2/libgit2sharp/compare/v0.20.1...v0.20.2 ) )
14
38
Original file line number Diff line number Diff line change 42
42
// by using the '*' as shown below:
43
43
// [assembly: AssemblyVersion("1.0.*")]
44
44
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}'
2
2
3
3
branches :
4
4
only :
You can’t perform that action at this time.
0 commit comments