Skip to content

Commit b659a9e

Browse files
author
Jerry Cheung
committed
bump 1.0.0
1 parent 42f013f commit b659a9e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# CHANGELOG
22

3+
## 1.0.0
4+
5+
To upgrade to this release, you will need to include separate gems for each of
6+
the filters. See [this section of the README](/README.md#dependencies) for
7+
details.
8+
9+
* filter dependencies are no longer included #80 from simeonwillbanks/simple-dependency-management
10+
* Add link_attr option to Autolink filter #89 from excid3/master
11+
* Add ActiveSupport back in as dependency for xml-mini #85 from mojavelinux/xml-mini
12+
313
## 0.3.1
414

515
* Guard against nil node replacement in SyntaxHighlightFilter #84 jbarnette

lib/html/pipeline/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module HTML
22
class Pipeline
3-
VERSION = "0.3.1"
3+
VERSION = "1.0.0"
44
end
55
end

0 commit comments

Comments
 (0)