We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d9824 commit 050b575Copy full SHA for 050b575
HISTORY.md
@@ -1,3 +1,7 @@
1
+## 3.0.2 - 2018-12-12
2
+
3
+* Add support for POD6 [#1173](https://github.com/github/markup/pull/1173)
4
5
## 3.0.1 - 2018-10-19
6
7
* Remove linguist-detected RMarkdown files from the Markdown renderer [#1237](https://github.com/github/markup/pull/1237)
lib/github-markup.rb
@@ -1,6 +1,6 @@
module GitHub
module Markup
- VERSION = '3.0.1'
+ VERSION = '3.0.2'
Version = VERSION
end
0 commit comments