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 5dddd7b commit a731d82Copy full SHA for a731d82
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 0.2.1
4
+
5
+ * Moves ActiveSupport as a development dependency #79
6
7
## 0.2.0
8
9
* Fix README typo #74 tricknotes
lib/html/pipeline/version.rb
@@ -1,5 +1,5 @@
module HTML
class Pipeline
- VERSION = "0.2.0"
+ VERSION = "0.2.1"
end
0 commit comments