From d0c28950fd24691aebc65c2f751483d41c763416 Mon Sep 17 00:00:00 2001 From: motemen Date: Tue, 22 Aug 2017 11:49:27 +0900 Subject: [PATCH] release for 0.8.0 --- .gitignore | 1 + CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index eaee6c0c..a1dd98ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /ghq +/dist diff --git a/CHANGELOG.md b/CHANGELOG.md index 180e827d..34918516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.8.0 (2017-08-22) + +- [breaking feature] If given URL does not contain / character, treat the URL as `https://github.com//`, where USERNAME is GitHub username obtained from `ghq.user` Git configuration variable, GITHUB_USER or USER (USERNAME in Windows) environment variables thanks to @b4b4r07 (#81) +- [maintenance] Fix building configuration thanks to @south37 (#85), @smizy (#82) + +## 0.7 + + + ## 0.4 (2014-06-26) - [feature] Support per-URL configuration variables e.g. `ghq..vcs` to skip VCS backend auto-detection