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 cfde16f commit f778374Copy full SHA for f778374
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 0.3.0
4
+
5
+ * Add support for manually specified default language in SyntaxHighlightFilter #81 jbarnette
6
7
## 0.2.1
8
9
* Moves ActiveSupport as a development dependency #79
lib/html/pipeline/version.rb
@@ -1,5 +1,5 @@
module HTML
class Pipeline
- VERSION = "0.2.1"
+ VERSION = "0.3.0"
end
0 commit comments