Skip to content

Commit 050b575

Browse files
committed
💎 bump to 3.0.2
1 parent 83d9824 commit 050b575

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

HISTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.0.2 - 2018-12-12
2+
3+
* Add support for POD6 [#1173](https://github.com/github/markup/pull/1173)
4+
15
## 3.0.1 - 2018-10-19
26

37
* Remove linguist-detected RMarkdown files from the Markdown renderer [#1237](https://github.com/github/markup/pull/1237)

lib/github-markup.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module GitHub
22
module Markup
3-
VERSION = '3.0.1'
3+
VERSION = '3.0.2'
44
Version = VERSION
55
end
66
end

0 commit comments

Comments
 (0)