Skip to content

Commit

Permalink
Merge pull request #68 from jch/bump-0.1.0
Browse files Browse the repository at this point in the history
Bump version to 0.1.0. Follow semver.
  • Loading branch information
jch committed Jul 16, 2013
2 parents 8d12fa4 + 693814e commit c85f31c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

## 0.1.0

I realized I wasn't properly following [semver](http://semver.org) for interface
changes and new features. Starting from this release, semver will be followed.

* Whitelist table section elements in sanitization filter #55 mojavelinux
* Update readme typo #57 envygeeks
* TOC unicode characters and anchor names for Ruby > 1.9 #64 jakedouglas/non_english_anchors
* Add :skip_tags option for AutolinkFilter #65 pengwynn
* Fix CI dependency issues #67 jch
* Fix ignored test and add Ruby 2.0 to CI. #71, #72 tricknotes

## 0.0.14

* Remove unused can_access_repo? method jch
Expand Down
2 changes: 1 addition & 1 deletion lib/html/pipeline/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module HTML
class Pipeline
VERSION = "0.0.14"
VERSION = "0.1.0"
end
end

0 comments on commit c85f31c

Please sign in to comment.