Skip to content

Commit

Permalink
Version 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hidakatsuya committed Jun 17, 2021
1 parent 8b79e63 commit b6f4332
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
## Main (Unreleased)

## 5.0.0

### Breaking Changes

* Drop Prawn 2.2 support
* Drop Ruby 2.5 support

### Minor Enhancements
### Enhancements

* Support Emoji 13.1 #43 [@aried3r]
* Depends on unicode-emoji v2.8.x #43 [@aried3r]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ See [test/pdf/prawn_integration/expect.pdf](https://github.com/hidakatsuya/prawn

### Emoji

13.0
13.1

### Prawn

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

module Prawn
module Emoji
VERSION = '4.2.0'
VERSION = '5.0.0'
end
end

0 comments on commit b6f4332

Please sign in to comment.