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 3405de8 commit d8048aeCopy full SHA for d8048ae
HISTORY.md
@@ -1,3 +1,8 @@
1
+## 3.0.0 - 2018-10-18
2
+
3
+* Allow passing options through to CommonMarker [#1236](https://github.com/github/markup/pull/1236)
4
+* Symlink option is now a keyword arg [#1236](https://github.com/github/markup/pull/1236)
5
6
## 2.0.2 - 2018-10-15
7
8
* Don't render rmd files as Markdown [#1235](https://github.com/github/markup/pull/1235)
lib/github-markup.rb
@@ -1,6 +1,6 @@
module GitHub
module Markup
- VERSION = '2.0.2'
+ VERSION = '3.0.0'
Version = VERSION
end
0 commit comments