Skip to content

Commit 6bb88c6

Browse files
committed
Merge pull request gjtorikian#93 from jch/bump-1.1.0
Bump version 1.1.0
2 parents 15c549c + e2a5116 commit 6bb88c6

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
# CHANGELOG
22

3+
## 1.1.0
4+
5+
* escape emoji filenames in urls #92 jayroh
6+
37
## 1.0.0
48

59
To upgrade to this release, you will need to include separate gems for each of
610
the filters. See [this section of the README](/README.md#dependencies) for
711
details.
812

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
13+
* filter dependencies are no longer included #80 from simeonwillbanks/simple-dependency-management
14+
* Add link_attr option to Autolink filter #89 from excid3/master
15+
* Add ActiveSupport back in as dependency for xml-mini #85 from mojavelinux/xml-mini
1216

1317
## 0.3.1
1418

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 = "1.0.0"
3+
VERSION = "1.1.0"
44
end
55
end

0 commit comments

Comments
 (0)