8000 Update Changelog · MicrosoftWebMatrix/libgit2sharp@7218e1b · GitHub
[go: up one dir, main page]

Skip to content

Commit 7218e1b

Browse files
committed
Update Changelog
1 parent aee32ee commit 7218e1b

File tree

2 files changed

+67
-27
lines changed

2 files changed

+67
-27
lines changed

backlog.md renamed to BACKLOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
### LibGit2Sharp
44

55
- Build a LibGit2Sharp.Sample NuGet package
6-
- Publish source and PDBs at symbolsource.org (cf. http://blog.davidebbo.com/2011/04/easy-way-to-publish-nuget-packages-with.html and http://nuget.codeplex.com/discussions/257709)
76
- Maybe : Add to Epoch a DateTimeOffset extension method ToRelativeFormat() in order to show dates relative to the current time, e.g. "2 hours ago". (cf. https://github.com/git/git/blob/master/date.c#L89)
87
- Turn duplicated strings "refs/xxx" into properties of a generic Constants helper type
98
- Refactor the error handling (OutputResult -> Exceptions)

CHANGELOG.md

Lines changed: 67 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,73 @@
1-
# LibGit2Sharp releases
2-
3-
## v0.3.0
4-
5-
- [Add] Add msvcr100.dll dependency
6-
- [Add] Add basic Commit feature
7-
- [Add] Add Repository.Index.Unstage() functionality
8-
- [Add] Add branch renaming feature
9-
- [Fix] Fix index updating issue
10-
- [Fix] Fix branch creation issue
11-
- [Upd] Make Repository.Head return a Branch instead of a Reference
12-
- [Upd] Defer resolving of Repository.Info
13-
- [Upd] Update libgit2 binaries to a5aa5bd
14-
- [Upd] Enhance error reporting
15-
16-
## v0.2.0
17-
18-
- [Fix] Fix Repository.Info.IsEmpty
19-
- [Fix] Fix default CommitCollection sorting behavior
20-
- [Fix] Fix creation of reference to prevent it from choking on corrupted ones
21-
- [Fix] Fix interop issue in a IIS hosted application
22-
- [Upd] Update CommitCollection API to query commits
23-
- [Upd] Update libgit2 binaries to 4191d52
1+
# LibGit2Sharp Changelog
2+
3+
- Source code: <https://github.com/libgit2/libgit2sharp>
4+
- NuGet package: <http://nuget.org/List/Packages/LibGit2Sharp>
5+
6+
## v0.4
7+
8+
### Additions
9+
10+
- Add handling of abbreviated identifiers
11+
- Add Repository.Discover() (#25)
12+
- Add TreeEntry.Type
13+
14+
### Changes
15+
16+
- Propagate libgit2 error messages upward
17+
- Update libgit2 binaries to libgit2/libgit2@2a406ab
18+
19+
### Fixes
20+
21+
- Improved Mono compatibility (#46 and #47)
22+
- Dependency to msvcr100.dll is no longer required
23+
24+
## v0.3
25+
26+
### Additions
27+
28+
- Add basic Commit feature (#32)
29+
- Add Repository.Index.Unstage()
30+
- Add branch renaming feature
31+
- Add symbolsource.org support (#37)
32+
33+
### Changes
34+
35+
- Make Repository.Head return a Branch instead of a Reference
36+
- Defer resolving of Repository.Info
37+
- Update libgit2 binaries to libgit2/libgit2@a5aa5bd
38+
- Improved Mono compatibility (#34)
39+
40+
### Fixes
41+
42+
- Add required msvcr100.dll dependency (#43)
43+
- Fix index updating issue
44+
- Fix branch creation issue
45+
46+
## v0.2.0
47+
48+
### Changes
49+
50+
- Update CommitCollection API to query commits
51+
- Update libgit2 binaries to libgit2/libgit2@4191d52
52+
53+
### Fixes
54+
55+
- Fix Repository.Info.IsEmpty
56+
- Fix default CommitCollection sorting behavior
57+
- Fix creation of reference to prevent it from choking on corrupted ones
58+
- Fix interop issue in a IIS hosted application
2459

2560
## v0.1.1
2661

27-
- [Fix] Fix NuGet packaging
28-
- [Add] Update staging mechanism to authorize full paths to be used
62+
### Additions
63+
64+
- Update staging mechanism to authorize full paths to be used (#23)
65+
66+
### Fixes
67+
68+
- Fix NuGet packaging
2969

3070
## v0.1.0
3171

32-
- Initial release
72+
- Initial release
73+

0 commit comments

Comments
 (0)
0