From 2f3f5068aa99c1ed013a7573465cc98f1b005e94 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Wed, 31 Mar 2021 17:03:08 -0400 Subject: [PATCH] Prepare 0.3.0 release (#72) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4972930..d60cb21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2018" # - Update html_root_url # - Update CHANGELOG.md # - Create git tag. -version = "0.2.2" +version = "0.3.0" authors = ["Henry de Valence ", "Deirdre Connolly ", "Chelsea Komlo "] readme = "README.md" license = "MIT OR Apache-2.0"