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 6d3631e commit 6305aeeCopy full SHA for 6305aee
HISTORY.md
@@ -1,3 +1,7 @@
1
+## 2.0.0 - 2018-01-31
2
+
3
+* Remove filesystem access [#1157](https://github.com/github/markup/pull/1157)
4
5
## 1.7.0 - 2018-01-30
6
7
### Changed
lib/github-markup.rb
@@ -1,6 +1,6 @@
module GitHub
module Markup
- VERSION = '1.7.0'
+ VERSION = '2.0.0'
Version = VERSION
end
0 commit comments