Skip to content

Commit c85f31c

Browse files
committed
Merge pull request #68 from jch/bump-0.1.0
Bump version to 0.1.0. Follow semver.
2 parents 8d12fa4 + 693814e commit c85f31c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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+
* TOC unicode characters and anchor names for Ruby > 1.9 #64 jakedouglas/non_english_anchors
11+
* Add :skip_tags option for AutolinkFilter #65 pengwynn
12+
* Fix CI dependency issues #67 jch
13+
* Fix ignored test and add Ruby 2.0 to CI. #71, #72 tricknotes
14+
315
## 0.0.14
416

517
* 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)