Skip to content

Commit e6167a2

Browse files
committed
Bump version to 5.1.2
1 parent 0d355c0 commit e6167a2

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v5.1.2
4+
5+
- Upgrade emoji database to Unicode 16.0 (+330 emojis)
6+
- Add support for almost all gemoji aliases (+742 aliases, 2711 total)
7+
- FE0F handled transparently: `getUnicode()` return values for existing emojis unchanged
8+
- `:bride_with_veil:`, `:guardsman:`, `:man_in_tuxedo:`, `:man_with_turban:`,
9+
`:ok_woman:` now map to their gender-explicit ZWJ variants
10+
- `:jolly_roger:` / `:pirate_flag:` had an erroneous leading ♾ removed (bugfix)
11+
312
## v5.1.1
413

514
- Bugfix: respect fitzpatrick modifier when extracting emojis (thanks @sullis)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ _The missing emoji library for java._
1616
<dependency>
1717
<groupId>com.vdurmont</groupId>
1818
<artifactId>emoji-java</artifactId>
19-
<version>5.1.1</version>
19+
<version>5.1.2</version>
2020
</dependency>
2121
```
2222

@@ -25,7 +25,7 @@ You can also download the project, build it with `mvn clean install` and add the
2525
##### Via Gradle:
2626

2727
```gradle
28-
compile 'com.vdurmont:emoji-java:5.1.1'
28+
compile 'com.vdurmont:emoji-java:5.1.2'
2929
```
3030

3131
##### Via Direct Download:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.vdurmont</groupId>
66
<artifactId>emoji-java</artifactId>
7-
<version>5.1.1</version>
7+
<version>5.1.2</version>
88
<packaging>jar</packaging>
99

1010
<name>emoji-java</name>

0 commit comments

Comments
 (0)