From: Scott Worley Date: Mon, 19 Aug 2024 21:35:44 +0000 (-0700) Subject: Release 0.2.0 X-Git-Tag: v0.2.0 X-Git-Url: http://git.scottworley.com/tablify/commitdiff_plain/80079fb6b2a8ee47f0e11fa2a0ddd745d03cb3ba Release 0.2.0 --- 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"