We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b601c1 + fc6c486 commit 637c987Copy full SHA for 637c987
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "unicode-segmentation"
4
-version = "1.5.0"
+version = "1.6.0"
5
authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
6
7
homepage = "https://github.com/unicode-rs/unicode-segmentation"
README.md
@@ -43,11 +43,14 @@ unicode-segmentation = "1.3.0"
43
44
# Change Log
45
46
+## 1.6.0
47
+
48
+* [#72](https://github.com/unicode-rs/unicode-segmentation/pull/72) Upgrade to Unicode 12
49
50
## 1.5.0
51
52
* [#68](https://github.com/unicode-rs/unicode-segmentation/pull/68) Upgrade to Unicode 11
53
-
54
## 1.4.0
55
56
* [#56](https://github.com/unicode-rs/unicode-segmentation/pull/56) Upgrade to Unicode 10
0 commit comments