We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8253ca commit c71a0a4Copy full SHA for c71a0a4
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 0.0.14
4
+
5
+ * Remove unused can_access_repo? method jch
6
7
## 0.0.13
8
9
* Update icon class name (only affects TOC pipeline) cameronmcefee #52
lib/html/pipeline/version.rb
@@ -1,5 +1,5 @@
module HTML
class Pipeline
- VERSION = "0.0.13"
+ VERSION = "0.0.14"
end
0 commit comments