From a7b988adab77b7494ce5889e2f0dbef6d3d74442 Mon Sep 17 00:00:00 2001 From: Yuki Izumi Date: Tue, 25 Jul 2017 11:10:11 +1000 Subject: [PATCH] :gem: bump to 1.6.1 --- HISTORY.md | 9 +++++++++ lib/github-markup.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 6762da3a..71857e06 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,12 @@ +## 1.6.1 - 2017-07-25 + +### Changed + +* Added support for highlight directive in rST [#925](https://github.com/github/markup/pull/925) +* Fixes to documentation and code style [#1009](https://github.com/github/markup/pull/1009) [#1071](https://github.com/github/markup/pull/1071) [#1087](https://github.com/github/markup/pull/1087) +* Test against newer Ruby versions [#1086](https://github.com/github/markup/pull/1086) +* Upgrade to Asciidoctor 1.5.6.1 [#1088](https://github.com/github/markup/pull/1088) + ## 1.6.0 - 2017-04-03 ### Changed diff --git a/lib/github-markup.rb b/lib/github-markup.rb index 9eaeacbc..bfb8ff7e 100644 --- a/lib/github-markup.rb +++ b/lib/github-markup.rb @@ -1,6 +1,6 @@ module GitHub module Markup - VERSION = '1.6.0' + VERSION = '1.6.1' Version = VERSION end end