Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf042f2 commit 9173626Copy full SHA for 9173626
HISTORY.md
@@ -1,3 +1,7 @@
1
+## 3.0.1 - 2018-10-19
2
+
3
+* Remove linguist-detected RMarkdown files from the Markdown renderer [#1237](https://github.com/github/markup/pull/1237)
4
5
## 3.0.0 - 2018-10-18
6
7
* Allow passing options through to CommonMarker [#1236](https://github.com/github/markup/pull/1236)
lib/github-markup.rb
@@ -1,6 +1,6 @@
module GitHub
module Markup
- VERSION = '3.0.0'
+ VERSION = '3.0.1'
Version = VERSION
end
0 commit comments