From 80079fb6b2a8ee47f0e11fa2a0ddd745d03cb3ba Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Mon, 19 Aug 2024 14:35:44 -0700 Subject: [PATCH] Release 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4ea95ca..29910f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "tablify" -version = "0.1.0" +version = "0.2.0" diff --git a/Cargo.toml b/Cargo.toml index 28acdc3..d7aaa18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tablify" -version = "0.1.0" +version = "0.2.0" edition = "2021" authors = ["Scott Worley "] description = "Summarize a text log as an HTML table" -- 2.44.1