From 4359089b3d39585bd7a98808ec540264105887cd Mon Sep 17 00:00:00 2001 From: Ashe Connor Date: Fri, 29 Jun 2018 12:21:15 +1000 Subject: [PATCH] :gem: bump to 2.0.1 --- HISTORY.md | 4 ++++ lib/github-markup.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index b42ecbe6..ecb6c52b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 2.0.1 - 2018-06-29 + +* Create anchor for every =item directive in POD files [#1165](https://github.com/github/markup/pull/1165) + ## 2.0.0 - 2018-01-31 * Remove filesystem access [#1157](https://github.com/github/markup/pull/1157) diff --git a/lib/github-markup.rb b/lib/github-markup.rb index bb6e258a..f29810cf 100644 --- a/lib/github-markup.rb +++ b/lib/github-markup.rb @@ -1,6 +1,6 @@ module GitHub module Markup - VERSION = '2.0.0' + VERSION = '2.0.1' Version = VERSION end end