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 d799e19 commit 067c18dCopy full SHA for 067c18d
HISTORY.md
@@ -1,3 +1,8 @@
1
+## 3.0.4 - 2019-04-03
2
+
3
+* Expose options in #render_s [#1249](https://github.com/github/markup/pull/1249)
4
+* Upgrade to Asciidoctor 2.0.x [#1264](https://github.com/github/markup/pull/1264)
5
6
## 3.0.3 - 2018-12-17
7
8
* Temporarily remove support for POD6 [#1248](https://github.com/github/markup/pull/1248)
lib/github-markup.rb
@@ -1,6 +1,6 @@
module GitHub
module Markup
- VERSION = '3.0.3'
+ VERSION = '3.0.4'
Version = VERSION
end
0 commit comments