Skip to content

Commit

Permalink
Release 💎 v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyF committed May 2, 2018
1 parent a8e47f1 commit ab65f56
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions History.markdown
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
## HEAD
## v0.10 / 2018-05-02

### Development Fixes
### Minor Enhancements

* Test against Ruby 2.5 (#71)
* Let Nokogiri parse only the necessary markup (#74)
* Drop support for Ruby 2.2 (#77)
* Drop dependency on ActiveSupport (#78)

### Minor Enhancements
### Development Fixes

* Relax version constraint on ActiveSupport (#76)
* Bump Rubocop to v0.55.x (#75)
* Drop support for Ruby 2.2 (#77)
* Drop dependency on ActiveSupport (#78)
* Let Nokogiri parse only the necessary markup (#74)
* Test against Ruby 2.5 (#71)

## v0.9.0 / 2017-12-03

Expand Down
2 changes: 1 addition & 1 deletion lib/jemoji/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Jekyll
module Jemoji
VERSION = "0.9.0"
VERSION = "0.10.0"
end
end

0 comments on commit ab65f56

Please # to comment.