Skip to content

Commit 3c00eda

Browse files
author
Jerry Cheung
committed
release 0.2.0
1 parent c0f78e7 commit 3c00eda

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 0.2.0
4+
5+
* Fix README typo #74 tricknotes
6+
* TableOfContentsFilter generates list of sections #75 simeonwillbanks
7+
38
## 0.1.0
49

510
I realized I wasn't properly following [semver](http://semver.org) for interface

lib/html/pipeline/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module HTML
22
class Pipeline
3-
VERSION = "0.1.0"
3+
VERSION = "0.2.0"
44
end
55
end

0 commit comments

Comments
 (0)