File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22
33name = " unicode-segmentation"
4- version = " 1.6.0 "
4+ version = " 1.7.1 "
55authors = [" kwantam <kwantam@gmail.com>" , " Manish Goregaokar <manishsmail@gmail.com>" ]
66
77homepage = " https://github.com/unicode-rs/unicode-segmentation"
Original file line number Diff line number Diff line change @@ -38,11 +38,21 @@ to your `Cargo.toml`:
3838
3939``` toml
4040[dependencies ]
41- unicode-segmentation = " 1.6.0 "
41+ unicode-segmentation = " 1.7.1 "
4242```
4343
4444# Change Log
4545
46+ ## 1.7.1
47+
48+ * Update docs on version number
49+
50+ ## 1.7.0
51+
52+ * [ #87 ] ( https://github.com/unicode-rs/unicode-segmentation/pull/87 ) Upgrade to Unicode 13
53+ * [ #79 ] ( https://github.com/unicode-rs/unicode-segmentation/pull/79 ) Implement a special-case lookup for ascii grapheme categories
54+ * [ #77 ] ( https://github.com/unicode-rs/unicode-segmentation/pull/77 ) Optimization for grapheme iteration
55+
4656## 1.6.0
4757
4858* [ #72 ] ( https://github.com/unicode-rs/unicode-segmentation/pull/72 ) Upgrade to Unicode 12
Original file line number Diff line number Diff line change 4646//!
4747//! ```toml
4848//! [dependencies]
49- //! unicode-segmentation = "1.6.0 "
49+ //! unicode-segmentation = "1.7.1 "
5050//! ```
5151
5252#![ deny( missing_docs, unsafe_code) ]
You can’t perform that action at this time.
0 commit comments