File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed
Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ These operations take *Ο(1)* time.
4545
4646## MSRV
4747
48- Currently the minimum supported Rust version is 1.61 due to the dependency
48+ Currently the minimum supported Rust version is 1.65 due to the dependency
4949on ` phf ` . The policy of this crate is to only increase the MSRV in a
5050breaking release.
5151
Original file line number Diff line number Diff line change 11# 📝 Release notes
22
3+ ## 0.8.0
4+
5+ * Unreleased*
6+
7+ - [ Upgrade to ` phf v0.13 ` ] [ c125053c ] . This raises the minimum supported Rust
8+ version to 1.65.0.
9+ - [ Import Unicode 17.0 emojis] [ 298370be ]
10+ - [ Fix ` with_skin_tone ` for emojis with only 5 variants] [ f53cf122 ]
11+
12+ [ c125053c ] : https://github.com/rossmacarthur/emojis/commit/c125053cde13babc0ae301acdf66c7b7ca2191a7
13+ [ 298370be ] : https://github.com/rossmacarthur/emojis/commit/298370be15b86b451f9620e9f49e75603da37da5
14+ [ f53cf122 ] : https://github.com/rossmacarthur/emojis/commit/f53cf1221ad0bcb93c3925de80962a7a1dba1bad
15+
316## 0.7.2
417
5- * August 12 , 2025*
18+ * August 12th , 2025*
619
720- [ Implement ` PartialOrd ` and ` Ord ` for ` Emoji ` ] [ e83473d3 ] . This allows emojis
821 to be compared and sorted. Note that the order is based on the string
Original file line number Diff line number Diff line change 3838//!
3939//! # MSRV
4040//!
41- //! Currently the minimum supported Rust version is 1.61 due to the dependency
41+ //! Currently the minimum supported Rust version is 1.65 due to the dependency
4242//! on [`phf`]. The policy of this crate is to only increase the MSRV in a
4343//! breaking release.
4444//!
You can’t perform that action at this time.
0 commit comments