File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11module HTML
22 class Pipeline
3- VERSION = "0.0.14 "
3+ VERSION = "0.1.0 "
44 end
55end
You can’t perform that action at this time.
0 commit comments