From 3b0f7e16c7a773076515409990964ae7c807d59f Mon Sep 17 00:00:00 2001 From: nulltoken Date: Sun, 18 Jan 2015 17:24:07 +0100 Subject: [PATCH] Release LibGit2Sharp v0.21 --- CHANGES.md | 28 +++++++++++++++++++++++-- LibGit2Sharp/Properties/AssemblyInfo.cs | 6 +++--- appveyor.yml | 2 +- 3 files changed, 30 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index eeda7b55d..d0625fec6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,8 +7,32 @@ - Issue tracker: - @libgit2sharp: - CI servers: - - CodeBetter TeamCity: - - Travis: + - Windows (x86/amd64): + - Linux/MacOsX: + +## v0.21 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.20.2...v0.21)) + +### Additions + + - Introduce repo.Index.Add() and repo.Index.Remove() (#907) + - Introduce repo.Describe() (#848) + - Teach Repository.Clone to accept a specific branch to checkout (#650, #882) + - Expose IndexEntry.AssumeUnchanged (#928, #929) + - Introduce GlobalSettings.Version.InformationalVersion (#921) + +### Changes + + - Deprecate Branch.Checkout() (#937) + - Deprecate GlobalSettings.Version.MajorMinorPatch (#921) + - Change Blob.Size output to a long (#892) + - Update libgit2 binaries to libgit2/libgit2@e0902fb + +### Fixes + + - Fix Network.Fetch() tags retrieval (#927) + - Fix repo.Stage("*") behavior (#907) + - Plug some memory leaks (#883, #910) + - Protect Repository.Clone() from null parameters (#891) ## v0.20.2 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.20.1...v0.20.2)) diff --git a/LibGit2Sharp/Properties/AssemblyInfo.cs b/LibGit2Sharp/Properties/AssemblyInfo.cs index cf6a93724..c0a9f3da4 100644 --- a/LibGit2Sharp/Properties/AssemblyInfo.cs +++ b/LibGit2Sharp/Properties/AssemblyInfo.cs @@ -42,6 +42,6 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.20.2")] -[assembly: AssemblyFileVersion("0.20.2")] -[assembly: AssemblyInformationalVersion("0.20.2")] +[assembly: AssemblyVersion("0.21.0")] +[assembly: AssemblyFileVersion("0.21.0")] +[assembly: AssemblyInformationalVersion("0.21.0")] diff --git a/appveyor.yml b/appveyor.yml index 7d2465ba9..1497c4381 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: '0.20.2.{build}' +version: '0.21.0.{build}' branches: only: