We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba213a6 commit dc7c369Copy full SHA for dc7c369
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Unreleased
4
5
+## 1.0.2 - 2015.08.06
6
+
7
+- Allow to use with `HTML::Pipeline` >= 1.11 [#3](https://github.com/JuanitoFatas/html-pipeline-rouge_filter/pull/3) by @townsen
8
9
## 1.0.1 - 2015.03.10
10
11
- Fix lexer finding logic [#1](https://github.com/JuanitoFatas/html-pipeline-rouge_filter/pull/1) by @JuanitoFatas
lib/html/pipeline/rouge_filter/version.rb
@@ -2,6 +2,6 @@
# and we don't want to define it here inadvertently
module HTML_Pipeline
class RougeFilter
- VERSION = "1.0.1"
+ VERSION = "1.0.2"
end
0 commit comments