We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048ca72 commit e8a9b37Copy full SHA for e8a9b37
HISTORY.md
@@ -1,3 +1,7 @@
1
+## 2.0.2 - 2018-10-15
2
+
3
+* Don't render rmd files as Markdown [#1235](https://github.com/github/markup/pull/1235)
4
5
## 2.0.1 - 2018-06-29
6
7
* Create anchor for every =item directive in POD files [#1165](https://github.com/github/markup/pull/1165)
lib/github-markup.rb
@@ -1,6 +1,6 @@
module GitHub
module Markup
- VERSION = '2.0.1'
+ VERSION = '2.0.2'
Version = VERSION
end
0 commit comments