8000 Release LibGit2Sharp v0.8.0 · gitextensions/libgit2sharp@1cb40da · GitHub
[go: up one dir, main page]

Skip to content

Commit 1cb40da

Browse files
committed
Release LibGit2Sharp v0.8.0
1 parent 1e9961f commit 1cb40da

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGELOG.md

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

11+
## v0.8
12+
13+
### Additions
14+
15+
- Add Repository.Reset() and support of Soft and Mixed modes
16+
- Make Repository.Commit() able to amend the current tip of the Head
17+
- Make the constructor of Repository able to open a repository from a working directory path
18+
- Make Repository.Index.RetriveStatus honor the .gitgnore files
19+
20+
### Changes
21+
22+
- Remove Repository.HasObject()
23+
- Change Repository.Init() to make it return an instance of the Repository type, instead of a string containing the path of the repository
24+
- Update libgit2 binaries to libgit2/libgit2@6d39c0d
25+
26+
### Fixes
27+
28+
- Reinit a repository doesn't throw anymore (#54)
29+
- Embedded libgit2 binaries are now compiled with THREADSAFE=ON flag (#64)
30+
- Prevent Repository.Head.IsCurrentRepositoryHead from throwing when the Repository is empty (#105)
31+
1132
## v0.7
1233

1334
### Additions

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.7.0")]
46-
[assembly: AssemblyFileVersion("0.7.0")]
45+
[assembly: AssemblyVersion("0.8.0")]
46+
[assembly: AssemblyFileVersion("0.8.0")]

0 commit comments

Comments
 (0)
0