From c72741ffe87d99cb181a76e25d1829404b689c95 Mon Sep 17 00:00:00 2001 From: Diogo Sousa Date: Tue, 9 Jul 2024 10:56:14 +0100 Subject: [PATCH] Release v0.2.0. --- Cargo.toml | 2 +- release-notes.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8fc989f..62453df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "wildcard" description = "Wildcard matching" -version = "0.1.1-pre" +version = "0.2.0" authors = ["Diogo Sousa "] edition = "2021" diff --git a/release-notes.md b/release-notes.md index fa4ce28..4cd9d17 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,5 +1,9 @@ # Release notes +## 0.2.0 + +* Support arbitrary alphabets. We now support `char` matching. + ## 0.1.0 * Initial import.