diff --git a/Cargo.toml b/Cargo.toml index d4b8c89..74433f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "unicode-segmentation" -version = "1.4.0" +version = "1.5.0" authors = ["kwantam ", "Manish Goregaokar "] homepage = "https://github.com/unicode-rs/unicode-segmentation" diff --git a/README.md b/README.md index c0f7afa..4fc73e7 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,11 @@ unicode-segmentation = "1.3.0" # Change Log +## 1.5.0 + +* [#68](https://github.com/unicode-rs/unicode-segmentation/pull/68) Upgrade to Unicode 11 + + ## 1.4.0 * [#56](https://github.com/unicode-rs/unicode-segmentation/pull/56) Upgrade to Unicode 10