From 9415558a7af681b7638da12d9652b6501846ee94 Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Fri, 27 Oct 2023 14:02:14 -0400 Subject: [PATCH] chore: Release whippit version 0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 203e3a4..815f520 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -862,7 +862,7 @@ dependencies = [ [[package]] name = "whippit" -version = "0.2.0" +version = "0.2.1" dependencies = [ "chumsky", "clap", diff --git a/Cargo.toml b/Cargo.toml index 9dd0494..db5f00a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "whippit" description = "Tools and a library to work with Web Platform Tests data" -version = "0.2.0" +version = "0.2.1" edition = "2021" repository = "https://github.com/ErichDonGubler/whippit" license = "MIT or Apache-2.0"