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 c725fbd commit 045fcdcCopy full SHA for 045fcdc
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# CHANGELOG
2
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
13
## 0.0.14
14
15
* Remove unused can_access_repo? method jch
lib/html/pipeline/version.rb
@@ -1,5 +1,5 @@
module HTML
class Pipeline
- VERSION = "0.0.14"
+ VERSION = "0.1.0"
end
0 commit comments