From: Scott Worley Date: Tue, 20 Aug 2024 17:39:59 +0000 (-0700) Subject: Start on 0.2.1 X-Git-Tag: v0.2.1~5 X-Git-Url: http://git.scottworley.com/tablify/commitdiff_plain/4df06f73234edadfd1203ce9d12b44b0d7948947?ds=inline;hp=80079fb6b2a8ee47f0e11fa2a0ddd745d03cb3ba Start on 0.2.1 --- diff --git a/Cargo.lock b/Cargo.lock index 29910f0..a3cf2bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "tablify" -version = "0.2.0" +version = "0.2.1-pre" diff --git a/Cargo.toml b/Cargo.toml index d7aaa18..fc39f14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tablify" -version = "0.2.0" +version = "0.2.1-pre" edition = "2021" authors = ["Scott Worley "] description = "Summarize a text log as an HTML table"