From: Scott Worley Date: Sun, 12 Jul 2026 02:53:54 +0000 (-0700) Subject: Start on 0.6.2 X-Git-Tag: v0.6.2~3 X-Git-Url: http://git.scottworley.com/tablify/commitdiff_plain/d2373a68076a0ea98ebaa4e777a518d466977128 Start on 0.6.2 --- diff --git a/Cargo.lock b/Cargo.lock index 36de8f1..3c4a6fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 4 [[package]] name = "tablify" -version = "0.6.1" +version = "0.6.2-pre" diff --git a/Cargo.toml b/Cargo.toml index 5e72420..db61eb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tablify" -version = "0.6.1" +version = "0.6.2-pre" edition = "2021" authors = ["Scott Worley "] description = "Summarize a text log as an HTML table"