We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e6ea4 commit 96b6455Copy full SHA for 96b6455
2 files changed
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## 1.0.3 - 2016.02.10
6
+
7
- Generate line numbers via `line_numbers` option in context hash [#5](https://github.com/JuanitoFatas/html-pipeline-rouge_filter/pull/5) by @lowjoel
8
9
## 1.0.2 - 2015.08.06
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.2"
+ VERSION = "1.0.3"
end
0 commit comments