From e8a9b373269d33877a82ca5bbf3fd645ec8a1f3d Mon Sep 17 00:00:00 2001 From: Ashe Connor Date: Mon, 15 Oct 2018 09:52:50 +1100 Subject: [PATCH] :gem: bump to 2.0.2 --- HISTORY.md | 4 ++++ lib/github-markup.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index ecb6c52b..a6c31006 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 2.0.2 - 2018-10-15 + +* Don't render rmd files as Markdown [#1235](https://github.com/github/markup/pull/1235) + ## 2.0.1 - 2018-06-29 * Create anchor for every =item directive in POD files [#1165](https://github.com/github/markup/pull/1165) diff --git a/lib/github-markup.rb b/lib/github-markup.rb index f29810cf..f39d32a7 100644 --- a/lib/github-markup.rb +++ b/lib/github-markup.rb @@ -1,6 +1,6 @@ module GitHub module Markup - VERSION = '2.0.1' + VERSION = '2.0.2' Version = VERSION end end