|
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.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 | + |
11 | 46 | ## v0.12.0 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.11.0...v0.12.0))
|
12 | 47 |
|
13 | 48 | ### Additions
|
|
0 commit comments