From 495e953e350939caa910dec0040d9e9b23ad22e8 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Wed, 30 Oct 2019 10:23:33 -0700 Subject: [PATCH] Publish 1.5.0 --- Cargo.toml | 2 +- README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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