File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ # 1.6.0 (2016-04-18)
2
+
3
+ - Issue #26 : Added Init method to initialize a repo at the local location
4
+ (thanks tony).
5
+ - Issue #19 : Added method to retrieve tags for a commit.
6
+ - Issue #24 : Reworked errors returned from common methods. Now differing
7
+ VCS implementations return the same errors. The original VCS specific error
8
+ is available on the error. See the docs for more details.
9
+ - Issue #25 : Export the function RunFromDir which runs VCS commands from the
10
+ root of the local directory. This is useful for those that want to build and
11
+ extend on top of the vcs package (thanks tony).
12
+ - Issue #22 : Added Ping command to test if remote location is present and
13
+ accessible.
14
+
1
15
# 1.5.1 (2016-03-23)
2
16
3
17
- Fixing bug parsing some Git commit dates.
You can’t perform that action at this time.
0 commit comments