Skip to content

Commit a7b988a

Browse files
committed
💎 bump to 1.6.1
1 parent 805e7b1 commit a7b988a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

HISTORY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.6.1 - 2017-07-25
2+
3+
### Changed
4+
5+
* Added support for highlight directive in rST [#925](https://github.com/github/markup/pull/925)
6+
* 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)
7+
* Test against newer Ruby versions [#1086](https://github.com/github/markup/pull/1086)
8+
* Upgrade to Asciidoctor 1.5.6.1 [#1088](https://github.com/github/markup/pull/1088)
9+
110
## 1.6.0 - 2017-04-03
211

312
### Changed

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 = '1.6.0'
3+
VERSION = '1.6.1'
44
Version = VERSION
55
end
66
end

0 commit comments

Comments
 (0)