8000
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.
1 parent c43b2c0 commit d247a89Copy full SHA for d247a89
Cargo.toml
@@ -1,8 +1,8 @@
1
[package]
2
3
name = "unicode-segmentation"
4
-version = "1.3.0"
5
-authors = ["kwantam <kwantam@gmail.com>"]
+version = "1.4.0"
+authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
6
7
homepage = "https://github.com/unicode-rs/unicode-segmentation"
8
repository = "https://github.com/unicode-rs/unicode-segmentation"
README.md
@@ -43,6 +43,10 @@ unicode-segmentation = "1.3.0"
43
44
# Change Log
45
46
+## 1.4.0
47
+
48
+* [#56](https://github.com/unicode-rs/unicode-segmentation/pull/56) Upgrade to Unicode 10
49
50
## 1.3.0
51
52
* [#24](https://github.com/unicode-rs/unicode-segmentation/pull/24) Add support for sentence boundaries
0 commit comments