From 7517da61be4f62292e555d1fec0c578c75c37309 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Fri, 4 Oct 2024 14:05:32 +1000 Subject: [PATCH] Version 1.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4718560..959a409 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unicode-canonical-combining-class" -version = "0.5.0" +version = "1.0.0" authors = ["YesLogic Pty. Ltd. "] edition = "2018"