We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1deeb8 commit fb6a883Copy full SHA for fb6a883
History.markdown
@@ -1,9 +1,6 @@
1
-## HEAD
+## 2.0.1 / 2016-06-19
2
3
* Fix issue where `git` not being in `$PATH` would error (#57)
4
-
5
-### Bug Fixes
6
7
* Handle dots in repository names when parsing from Git remote output (#63)
8
9
## 2.0.0 / 2016-05-26
lib/jekyll-github-metadata/version.rb
@@ -1,5 +1,5 @@
module Jekyll
module GitHubMetadata
- VERSION = '2.0.0'
+ VERSION = '2.0.1'
end
0 commit comments