From aa3b47de9080b191086a6bcc59995426aa858604 Mon Sep 17 00:00:00 2001 From: SandroMaglione Date: Mon, 22 Jan 2024 05:51:01 +0100 Subject: [PATCH] update description --- CHANGELOG.md | 4 ++++ pubspec.yaml | 5 ++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdc1480..984dc43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.2 - 22 January 2024 + +- Updated package description + ## 0.0.1 - 22 January 2024 - Initial release diff --git a/pubspec.yaml b/pubspec.yaml index 1646de7..09b0bb0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,8 +1,7 @@ name: itrie description: > - Efficient, immutable and stack safe implementation of a `Trie` data structure in dart. - Ideal for autocomplete, text search, spell checking, and generally when working with string and prefixes. -version: 0.0.1 + Efficient, immutable and stack safe implementation of a Trie data structure in dart: autocomplete, text search, spell checking, strings and prefixes. +version: 0.0.2 homepage: https://www.sandromaglione.com/ repository: https://github.com/SandroMaglione/itrie author: Maglione Sandro