Skip to content

Commit

Permalink
Release v3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janlelis committed Oct 28, 2024
1 parent adae6c0 commit b86a3cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

### 3.8.0 (unreleased)
### 3.8.0

- Add new RGI-based regexes `REGEX_INCLUDE_MQE` and `REGEX_INCLUDE_MQE_UQE` which allows to match
for minimally-qualified and unqualified RGI sequences (Emoji that lack some VS16)
Expand Down
2 changes: 1 addition & 1 deletion lib/unicode/emoji/constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Unicode
module Emoji
VERSION = "3.7.0"
VERSION = "3.8.0"
EMOJI_VERSION = "16.0"
CLDR_VERSION = "45"
DATA_DIRECTORY = File.expand_path('../../../data', __dir__).freeze
Expand Down

0 comments on commit b86a3cf

Please sign in to comment.