Skip to content

Commit

Permalink
Release v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
janlelis committed Nov 13, 2024
1 parent 9f9eb85 commit df88312
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## 4.0.1
## 4.0.2

- Directly use `RbConfig::CONFIG["UNICODE_EMOJI_VERSION"]` to detect Ruby's Emoji version,
drop unicode-version dependency
Expand Down
2 changes: 0 additions & 2 deletions lib/unicode/emoji.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# frozen_string_literal: true

require "unicode/version"

require_relative "emoji/constants"

module Unicode
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 = "4.0.1"
VERSION = "4.0.2"
EMOJI_VERSION = "16.0"
CLDR_VERSION = "46"
DATA_DIRECTORY = File.expand_path('../../../data', __dir__).freeze
Expand Down

0 comments on commit df88312

Please sign in to comment.