Skip to content

Commit 045fcdc

Browse files
author
Jerry Cheung
committed
bump 0.1.0. Follow semver
1 parent c725fbd commit 045fcdc

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## 0.1.0
4+
5+
I realized I wasn't properly following [semver](http://semver.org) for interface
6+
changes and new features. Starting from this release, semver will be followed.
7+
8+
* Whitelist table section elements in sanitization filter #55 mojavelinux
9+
* Update readme typo #57 envygeeks
10+
* Add :skip_tags option for AutolinkFilter #65 pengwynn
11+
* Fix CI dependency issues #67 jch
12+
313
## 0.0.14
414

515
* Remove unused can_access_repo? method jch

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.0.14"
3+
VERSION = "0.1.0"
44
end
55
end

0 commit comments

Comments
 (0)