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 69875dd commit b93b36eCopy full SHA for b93b36e
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Unreleased
2
3
+## 1.6.1
4
+
5
+- Add a dependency on the uri gem to use version 1.0.4 or higher.
6
7
## 1.6.0
8
9
- Support for a new inline math syntax
lib/qiita/markdown/version.rb
@@ -1,5 +1,5 @@
module Qiita
module Markdown
- VERSION = "1.6.0"
+ VERSION = "1.6.1"
end
0 commit comments