We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b79e63 commit b6f4332Copy full SHA for b6f4332
3 files changed
CHANGELOG.md
@@ -1,9 +1,13 @@
1
## Main (Unreleased)
2
3
+## 5.0.0
4
+
5
+### Breaking Changes
6
7
* Drop Prawn 2.2 support
8
* Drop Ruby 2.5 support
9
-### Minor Enhancements
10
+### Enhancements
11
12
* Support Emoji 13.1 #43 [@aried3r]
13
* Depends on unicode-emoji v2.8.x #43 [@aried3r]
README.md
@@ -44,7 +44,7 @@ See [test/pdf/prawn_integration/expect.pdf](https://github.com/hidakatsuya/prawn
44
45
### Emoji
46
47
-13.0
+13.1
48
49
### Prawn
50
lib/prawn/emoji/version.rb
@@ -2,6 +2,6 @@
module Prawn
module Emoji
- VERSION = '4.2.0'
+ VERSION = '5.0.0'
end
0 commit comments