8000
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 cd01f9e commit 194e363Copy full SHA for 194e363
HISTORY.md
@@ -1,3 +1,8 @@
1
+## 3.0.5 - 2020-11-12
2
+
3
+* Add commonmarker_exts to commonmarker options [#1268](https://github.com/github/markup/pull/1268)
4
+* Check whether filename is set when rendering Asciidoc. [#1290](https://github.com/github/markup/pull/1290)
5
6
## 3.0.4 - 2019-04-03
7
8
* Expose options in #render_s [#1249](https://github.com/github/markup/pull/1249)
lib/github-markup.rb
@@ -1,6 +1,6 @@
module GitHub
module Markup
- VERSION = '3.0.4'
+ VERSION = '3.0.5'
Version = VERSION
end
0 commit comments