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 c0f78e7 commit 3c00edaCopy full SHA for 3c00eda
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## 0.2.0
4
+
5
+ * Fix README typo #74 tricknotes
6
+ * TableOfContentsFilter generates list of sections #75 simeonwillbanks
7
8
## 0.1.0
9
10
I realized I wasn't properly following [semver](http://semver.org) for interface
lib/html/pipeline/version.rb
@@ -1,5 +1,5 @@
module HTML
class Pipeline
- VERSION = "0.1.0"
+ VERSION = "0.2.0"
end
0 commit comments