From b86a3cfa2138ec4138ef06dda98a5d74ccae183d Mon Sep 17 00:00:00 2001 From: Jan Lelis Date: Mon, 28 Oct 2024 14:41:21 +0100 Subject: [PATCH] Release v3.8.0 --- CHANGELOG.md | 2 +- lib/unicode/emoji/constants.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8872ca1..3a694b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/unicode/emoji/constants.rb b/lib/unicode/emoji/constants.rb index 7848a77..88791e5 100644 --- a/lib/unicode/emoji/constants.rb +++ b/lib/unicode/emoji/constants.rb @@ -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