From: Scott Worley Date: Thu, 24 Oct 2024 17:23:15 +0000 (-0700) Subject: Start on 0.6.0 X-Git-Tag: v0.6.0~7 X-Git-Url: http://git.scottworley.com/tablify/commitdiff_plain/61a7497779d8e9a7d7b73a53c55d252177d68e1c?ds=sidebyside Start on 0.6.0 --- diff --git a/Cargo.lock b/Cargo.lock index 06c0655..cf15f9f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "tablify" -version = "0.5.1" +version = "0.6.0-pre" diff --git a/Cargo.toml b/Cargo.toml index 5eaaddc..41d676a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tablify" -version = "0.5.1" +version = "0.6.0-pre" edition = "2021" authors = ["Scott Worley "] description = "Summarize a text log as an HTML table"