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 b376452 commit 7d1c95eCopy full SHA for 7d1c95e
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 0.3.1
4
+
5
+ * Guard against nil node replacement in SyntaxHighlightFilter #84 jbarnette
6
7
## 0.3.0
8
9
* Add support for manually specified default language in SyntaxHighlightFilter #81 jbarnette
lib/html/pipeline/version.rb
@@ -1,5 +1,5 @@
module HTML
class Pipeline
- VERSION = "0.3.0"
+ VERSION = "0.3.1"
end
0 commit comments