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 42f013f commit b659a9eCopy full SHA for b659a9e
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# CHANGELOG
2
3
+## 1.0.0
4
+
5
+To upgrade to this release, you will need to include separate gems for each of
6
+the filters. See [this section of the README](/README.md#dependencies) for
7
+details.
8
9
+* filter dependencies are no longer included #80 from simeonwillbanks/simple-dependency-management
10
+* Add link_attr option to Autolink filter #89 from excid3/master
11
+* Add ActiveSupport back in as dependency for xml-mini #85 from mojavelinux/xml-mini
12
13
## 0.3.1
14
15
* Guard against nil node replacement in SyntaxHighlightFilter #84 jbarnette
lib/html/pipeline/version.rb
@@ -1,5 +1,5 @@
module HTML
class Pipeline
- VERSION = "0.3.1"
+ VERSION = "1.0.0"
end
0 commit comments