Skip to content

Commit df24c57

Browse files
author
Yuki Izumi
committed
💎 bump to 1.6.0
1 parent 7e85b37 commit df24c57

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

HISTORY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.6.0 - 2017-04-03
2+
3+
### Changed
4+
5+
* Added filename argument to all renderers for additional context
6+
* Removed superfluous `rinku` dependency [#1035](https://github.com/github/markup/pull/1035)
7+
* Enable source-to-source navigation for `.adoc` AsciiDoc files, plus additional attributes passed through [#1039](https://github.com/github/markup/pull/1039) and [#1041](https://github.com/github/markup/pull/1041)
8+
19
## 1.5.0 - 2017-03-27
210

311
### Added

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

0 commit comments

Comments
 (0)