8000 bump version to 3.0.5 · github/markup@194e363 · GitHub
[go: up one dir, main page]

Skip to content

Commit 194e363

Browse files
authored
bump version to 3.0.5
1 parent cd01f9e commit 194e363

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
## 3.0.4 - 2019-04-03
27

38
* Expose options in #render_s [#1249](https://github.com/github/markup/pull/1249)

lib/github-markup.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module GitHub
22
module Markup
3-
VERSION = '3.0.4'
3+
VERSION = '3.0.5'
44
Version = VERSION
55
end
66
end

0 commit comments

Comments
 (0)
0