File tree 2 files changed +23
-2
lines changed 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 8
8
- CI server: < http://teamcity.codebetter.com/project.html?projectId=project127&guest=1 >
9
9
- @libgit2sharp : < http://twitter.com/libgit2sharp >
10
10
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
+
11
32
## v0.7
12
33
13
34
### Additions
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.7 .0" ) ]
46
- [ assembly: AssemblyFileVersion ( "0.7 .0" ) ]
45
+ [ assembly: AssemblyVersion ( "0.8 .0" ) ]
46
+ [ assembly: AssemblyFileVersion ( "0.8 .0" ) ]
You can’t perform that action at this time.
0 commit comments