aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/xanzy/go-gitlab/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Lyda <kevin@ie.suberic.net>2017-01-22 23:25:20 +0000
committerNiall Sheridan <nsheridan@gmail.com>2017-01-25 00:52:02 +0000
commit17d06d3003a796c76c7c5d8bfb0cab0aeb1bbf8f (patch)
treedef71020382848043027bd870cf6bf6fe86763d9 /vendor/github.com/xanzy/go-gitlab/CHANGELOG.md
parentf635033e3e953e74d67b76a520c9760786330af5 (diff)
Create a gitlab auth source.
Defaults to public gitlab.com, but easily redirected to self-hosted installation.
Diffstat (limited to 'vendor/github.com/xanzy/go-gitlab/CHANGELOG.md')
-rw-r--r--vendor/github.com/xanzy/go-gitlab/CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/github.com/xanzy/go-gitlab/CHANGELOG.md b/vendor/github.com/xanzy/go-gitlab/CHANGELOG.md
new file mode 100644
index 0000000..8958062
--- /dev/null
+++ b/vendor/github.com/xanzy/go-gitlab/CHANGELOG.md
@@ -0,0 +1,14 @@
+go-github CHANGELOG
+===================
+
+0.3.0
+-----
+- Moved the tags related API calls to their own service, following the Gitlab API structure.
+
+0.2.0
+-----
+- Convert all Option structs to use pointers for their fields.
+
+0.1.0
+-----
+- Initial release.