From: Scott Worley Date: Fri, 4 Oct 2024 05:09:08 +0000 (-0700) Subject: Start on 0.4.0 X-Git-Tag: v0.4.0~13 X-Git-Url: http://git.scottworley.com/tablify/commitdiff_plain/5a070b309feffc87f170365411c5e71626f72520?ds=sidebyside Start on 0.4.0 --- diff --git a/Cargo.lock b/Cargo.lock index 24c5412..5ccde79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "tablify" -version = "0.3.0" +version = "0.4.0-pre" diff --git a/Cargo.toml b/Cargo.toml index 31c8756..d8ab194 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tablify" -version = "0.3.0" +version = "0.4.0-pre" edition = "2021" authors = ["Scott Worley "] description = "Summarize a text log as an HTML table"