We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5becff commit fb467aaCopy full SHA for fb467aa
HISTORY.md
@@ -1,3 +1,10 @@
1
+## 1.6.2 - 2017-11-27
2
+
3
+### Changed
4
5
+* Only report basename in usage [#1131](https://github.com/github/markup/pull/1131)
6
+* rest2html parameter signature fix [#1082](https://github.com/github/markup/pull/1082)
7
8
## 1.6.1 - 2017-07-25
9
10
### Changed
lib/github-markup.rb
@@ -1,6 +1,6 @@
module GitHub
module Markup
- VERSION = '1.6.1'
+ VERSION = '1.6.2'
Version = VERSION
end
0 commit comments