Skip to content

Commit dc7c369

Browse files
committed
Release v1.0.2
1 parent ba213a6 commit dc7c369

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

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+
59
## 1.0.1 - 2015.03.10
610

711
- Fix lexer finding logic [#1](https://github.com/JuanitoFatas/html-pipeline-rouge_filter/pull/1) by @JuanitoFatas

lib/html/pipeline/rouge_filter/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# and we don't want to define it here inadvertently
33
module HTML_Pipeline
44
class RougeFilter
5-
VERSION = "1.0.1"
5+
VERSION = "1.0.2"
66
end
77
end

0 commit comments

Comments
 (0)