We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a73ff6a commit b8b14ecCopy full SHA for b8b14ec
HISTORY.md
@@ -1,3 +1,10 @@
1
+## 1.7.0 - 2018-01-30
2
+
3
+### Changed
4
5
+* Updates for Linguist v6 [#1139](https://github.com/github/markup/pull/1139)
6
+* Update to Nokogiri ~> 1.8; drop support for Ruby 2.0 [#1156](https://github.com/github/markup/pull/1156)
7
8
## 1.6.2 - 2017-11-27
9
10
### Changed
lib/github-markup.rb
@@ -1,6 +1,6 @@
module GitHub
module Markup
- VERSION = '1.6.2'
+ VERSION = '1.7.0'
Version = VERSION
end
0 commit comments