From 7980fb65f143420d6c252a044a306c3361ba20cd Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 27 Oct 2022 11:15:46 -0600 Subject: [PATCH] 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 11e294e..e432021 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cosmic-text" description = "Pure Rust multi-line text handling" -version = "0.1.5" +version = "0.2.0" authors = ["Jeremy Soller "] edition = "2021" license = "MIT OR Apache-2.0"