We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9a188 commit 4359089Copy full SHA for 4359089
HISTORY.md
@@ -1,3 +1,7 @@
1
+## 2.0.1 - 2018-06-29
2
+
3
+* Create anchor for every =item directive in POD files [#1165](https://github.com/github/markup/pull/1165)
4
5
## 2.0.0 - 2018-01-31
6
7
* Remove filesystem access [#1157](https://github.com/github/markup/pull/1157)
lib/github-markup.rb
@@ -1,6 +1,6 @@
module GitHub
module Markup
- VERSION = '2.0.0'
+ VERSION = '2.0.1'
Version = VERSION
end
0 commit comments