8000 Release LibGit2Sharp v0.15.0 · appcompat1/libgit2sharp@d71ccce · GitHub
[go: up one dir, main page]

Skip to content

Commit d71ccce

Browse files
committed
Release LibGit2Sharp v0.15.0
1 parent 4b15e5c commit d71ccce

File tree

2 files changed

+41
-2
lines changed

2 files changed

+41
-2
lines changed

CHANGES.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,45 @@
88
- CI server: <http://teamcity.codebetter.com/project.html?projectId=project127&guest=1>
99
- @libgit2sharp: <http://twitter.com/libgit2sharp>
1010

11+
## v0.15.0 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.14.1...v0.15.0))
12+
13+
### Additions
14+
15+
- Introduce ObjectDatabase.Archive()
16+
- Introduce Repository.Blame()
17+
- Introduce ObjectDatabase.CalculateHistoryDivergence()
18+
- Add Configuration.Find(regexp)
19+
- Add CommitFilter.FirstParentOnly
20+
- Expose Configuration.BuildSignature()
21+
- Add TreeDefinition.Add(string, TreeEntry)
22+
- Make Remote expose its refspecs
23+
24+
### Changes
25+
26+
- Make Network.Fetch() accepts optional refspec
27+
- Extend Network.Fetch() and ListReferences() to allow downloading from a url
28+
- Allow Network.Push() to control packbuilder parallelism
29+
- Expose Network.Push() progress reporting
30+
- Extend RemoteUpdater to allow updation of refspecs
31+
- Teach Index.RetrieveStatus to detect renames in index and workdir
32+
- Teach NoteCollection to optionally build a Signature from configuration
33+
- Add RewriteHistoryOptions.OnSucceeding and OnError
34+
- Introduce Blob FilteringOptions
35+
- Rename Blob.ContentAsText() as Blob.GetContentText()
36+
- Rename Blob.ContentStream() as Blob.GetContentStream()
37+
- Deprecate Blob.Content
38+
- Teach Diff.Compare<> to detect renames and copies
39+
- Split Patch and TreeChanges generation
40+
- Deprecate ResetOptions in favor of ResetMode.
41+
- Simplify OdbBackend.ReadPrefix() implementation
42+
- Deprecate ObjectId.StartsWith(byte[], int) in favor of ObjectId.StartsWith(string)
43+
- Update libgit2 binaries to libgit2/libgit2@96fb6a6
44+
45+
### Fixes
46+
47+
- Fix building with Mono on OS X (#557)
48+
- Make RetrieveStatus() reload on-disk index beforehand (#322 and #519)
49+
1150
## v0.14.1 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.14.0...v0.14.1))
1251

1352
### Changes

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.14.1")]
46-
[assembly: AssemblyFileVersion("0.14.1")]
45+
[assembly: AssemblyVersion("0.15.0")]
46+
[assembly: AssemblyFileVersion("0.15.0")]

0 commit comments

Comments
 (0)
0