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 1d8506e commit ab40a5eCopy full SHA for ab40a5e
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# CHANGELOG
2
3
+## 2.2.3
4
+
5
+* raise MissingDependencyError instead of aborting on missing dependency [#241](https://github.com/jch/html-pipeline/pull/241)
6
+* Fix typo [#239](https://github.com/jch/html-pipeline/pull/239)
7
+* Test against Ruby 2.3.0 on Travis CI [#238](https://github.com/jch/html-pipeline/pull/238)
8
+* use travis containers [#237](https://github.com/jch/html-pipeline/pull/237)
9
10
## 2.2.2
11
12
* Fix for calling mention_link_filter with only one argument [#230](https://github.com/jch/html-pipeline/pull/230)
lib/html/pipeline/version.rb
@@ -1,5 +1,5 @@
module HTML
class Pipeline
- VERSION = "2.2.2"
+ VERSION = "2.2.3"
end
0 commit comments