From eb794dda07dcb42a5281f745e26aac0e9a804ded Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Mendoza?= Date: Mon, 2 Oct 2023 17:00:25 -0500 Subject: [PATCH 1/3] docs: Update changelog for versions 1.9.0 to 1.10.1 --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index a28dc17..fe66e6f 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,24 @@ unicode-segmentation = "1.10.1" # Change Log +## 1.10.1 +* [#113](https://github.com/unicode-rs/unicode-segmentation/pull/113) Use criterion.rs for word benchmarks +* [#112](https://github.com/unicode-rs/unicode-segmentation/pull/112) Improve table search speed through lookups + +## 1.10.0 +* [#107](https://github.com/unicode-rs/unicode-segmentation/pull/107) Upgrade to Unicode 15.0.0 +* [#104](https://github.com/unicode-rs/unicode-segmentation/pull/104) Supersedes and fixes [#75](https://github.com/unicode-rs/unicode-segmentation/pull/75) + +## 1.9.0 +* [#101](https://github.com/unicode-rs/unicode-segmentation/pull/101) Upgrade to Unicode 14.0.0 + + +## 1.7.0 + +* [#87](https://github.com/unicode-rs/unicode-segmentation/pull/87) Upgrade to Unicode 13 +* [#79](https://github.com/unicode-rs/unicode-segmentation/pull/79) Implement a special-case lookup for ascii grapheme categories +* [#77](https://github.com/unicode-rs/unicode-segmentation/pull/77) Optimization for grapheme iteration + ## 1.7.1 * Update docs on version number From 30a3e6bab20f9fad342c16c74b255e8d326f461d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Mendoza?= Date: Mon, 2 Oct 2023 17:02:16 -0500 Subject: [PATCH 2/3] docs: Update changelog for versions 1.9.0 to 1.10.1 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index fe66e6f..67004e5 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,6 @@ unicode-segmentation = "1.10.1" ## 1.9.0 * [#101](https://github.com/unicode-rs/unicode-segmentation/pull/101) Upgrade to Unicode 14.0.0 - ## 1.7.0 * [#87](https://github.com/unicode-rs/unicode-segmentation/pull/87) Upgrade to Unicode 13 From e9104b117da5484671cbec47e9621022005e1c15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Mendoza?= Date: Mon, 2 Oct 2023 17:04:48 -0500 Subject: [PATCH 3/3] Fix: Remove duplicate changelog --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 67004e5..0376cc0 100644 --- a/README.md +++ b/README.md @@ -54,12 +54,6 @@ unicode-segmentation = "1.10.1" ## 1.9.0 * [#101](https://github.com/unicode-rs/unicode-segmentation/pull/101) Upgrade to Unicode 14.0.0 -## 1.7.0 - -* [#87](https://github.com/unicode-rs/unicode-segmentation/pull/87) Upgrade to Unicode 13 -* [#79](https://github.com/unicode-rs/unicode-segmentation/pull/79) Implement a special-case lookup for ascii grapheme categories -* [#77](https://github.com/unicode-rs/unicode-segmentation/pull/77) Optimization for grapheme iteration - ## 1.7.1 * Update docs on version number