From 38d12e6938d7db27062811ef01d1682869da3559 Mon Sep 17 00:00:00 2001 From: yshrsmz Date: Tue, 31 Oct 2023 12:17:25 +0900 Subject: [PATCH] prepare for v0.3.0 release --- CHANGELOG.md | 7 ++++++- pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e61ab9..b1cb4a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ +## 0.3.0 + +- Update to Dart v3 ([#17](https://github.com/yshrsmz/unorm-dart/pull/17)). +- Use StringBuffer to make _normalize faster ([#12](https://github.com/yshrsmz/unorm-dart/pull/12)). Thanks [espresso3389](https://github.com/espresso3389)! + ## 0.2.0 -- Migrated to null safty([issue #10](https://github.com/yshrsmz/unorm-dart/issues/10)). Thanks [espresso3389](https://github.com/espresso3389) and [Cat-sushi](https://github.com/Cat-sushi)!. +- Migrated to null safty([issue #10](https://github.com/yshrsmz/unorm-dart/issues/10)). Thanks [espresso3389](https://github.com/espresso3389) and [Cat-sushi](https://github.com/Cat-sushi)! ## 0.1.2 diff --git a/pubspec.yaml b/pubspec.yaml index fe18b56..33f6c0e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: unorm_dart description: Unicode 8.0 Normalization - NFC, NFD, NFKC, NFKD. This is a Dart port of [walling/unorm](https://github.com/walling/unorm). -version: 0.2.0 +version: 0.3.0 homepage: https://github.com/yshrsmz/unorm-dart environment: