File tree 3 files changed +13
-3
lines changed 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " unicode-segmentation"
4
- version = " 1.6.0 "
4
+ version = " 1.7.1 "
5
5
authors = [" kwantam <kwantam@gmail.com>" , " Manish Goregaokar <manishsmail@gmail.com>" ]
6
6
7
7
homepage = " 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`:
38
38
39
39
``` toml
40
40
[dependencies ]
41
- unicode-segmentation = " 1.6.0 "
41
+ unicode-segmentation = " 1.7.1 "
42
42
```
43
43
44
44
# Change Log
45
45
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
+
46
56
## 1.6.0
47
57
48
58
* [ #72 ] ( https://github.com/unicode-rs/unicode-segmentation/pull/72 ) Upgrade to Unicode 12
Original file line number Diff line number Diff line change 46
46
//!
47
47
//! ```toml
48
48
//! [dependencies]
49
- //! unicode-segmentation = "1.6.0 "
49
+ //! unicode-segmentation = "1.7.1 "
50
50
//! ```
51
51
52
52
#![ deny( missing_docs, unsafe_code) ]
You can’t perform that action at this time.
0 commit comments