8000 Release LibGit2Sharp v0.18.1 · GiTechLab/libgit2sharp@05e6633 · GitHub
[go: up one dir, main page]

Skip to content

Commit 05e6633

Browse files
committed
Release LibGit2Sharp v0.18.1
1 parent ba1bb21 commit 05e6633

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@
1010
- CodeBetter TeamCity: <http://teamcity.codebetter.com/project.html?projectId=LibGit2Sharp&guest=1>
1111
- Travis: <https://travis-ci.org/libgit2/libgit2sharp>
1212

13+
## v0.18.1 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.18.0...v0.18.1))
14+
15+
### Additions
16+
17+
- Make CommitOptions expose additional properties to control how the message should be prettified (#744, #745)
18+
19+
### Changes
20+
21+
- Update libgit2 binaries to libgit2/libgit2@90befde
22+
23+
### Fixes
24+
25+
- Fix issue when cloning from a different local volume (#742, #743)
26+
1327
## v0.18.0 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.17.0...v0.18.0))
1428

1529
### 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.18.0")]
46-
[assembly: AssemblyFileVersion("0.18.0")]
45+
[assembly: AssemblyVersion("0.18.1")]
46+
[assembly: AssemblyFileVersion("0.18.1")]

0 commit comments

Comments
 (0)
0