8000 Release LibGit2Sharp v0.13.0 · SkightTeam/libgit2sharp@9f0daeb · GitHub
[go: up one dir, main page]

Skip to content

Commit 9f0daeb

Browse files
committed
Release LibGit2Sharp v0.13.0
1 parent 7e5bbbf commit 9f0daeb

File tree

2 files changed

+37
-2
lines changed

2 files changed

+37
-2
lines changed

CHANGES.md

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

11+
## v0.13.0 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.12.0...v0.13.0))
12+
13+
### Additions
14+
15+
- Teach Repository to Checkout paths
16+
- Teach Checkout() to cope with revparse extended syntax leading to references
17+
- Make Stash expose Base, Index and Untracked commits
18+
- Teach Repository.Init() to set up a separate git directory
19+
- Teach checkout to report notifications
20+
- Create a new repo.Checkout() overload which accepts a Commit object
21+
- Allow ObjectDatabase.CreateBlob() to limit the number of bytes to consume
22+
- Make ObjectDatabase.CreateBlob() accept a Stream
23+
- Introduce repo.Refs.RewriteHistory()
24+
- Introduce repo.Refs.ReachableFrom()
25+
- Introduce TreeDefinition.From(Commit)
26+
- Expose TagFetchMode property on Remote type
27+
- Add CopyNativeDependencies.targets
28+
29+
### Changes
30+
31+
- Rename CheckoutOptions into CheckoutModifiers
32+
- Rename DiffOptions into DiffModifiers
33+
- Rename StashOptions into StashModifiers
34+
- Rename GitSortOptions into CommitSortStrategies
35+
- Rename Filter into CommitFilter
36+
- Rename ObjectDatabase.CreateTag into ObjectDatabase.CreateTagAnnotation
37+
- Obsolete repo.Clone() overload which returns a Repository
38+
- Obsolete repo.Init() overload which returns a Repository
39+
- Obsolete ObjectDatabase.CreateBlob(BinaryReader, string)
40+
- Update libgit2 binaries to libgit2/libgit2@7940036
41+
42+
### Fixes
43+
44+
- Fetch should respect the remote's configured tagopt setting unless explicitly specified
45+
1146
## v0.12.0 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.11.0...v0.12.0))
1247

1348
### 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.12.0")]
46-
[assembly: AssemblyFileVersion("0.12.0")]
45+
[assembly: AssemblyVersion("0.13.0")]
46+
[assembly: AssemblyFileVersion("0.13.0")]

0 commit comments

Comments
 (0)
0