From: Scott Worley Date: Fri, 4 Oct 2024 05:13:16 +0000 (-0700) Subject: Start on 0.5.0 X-Git-Tag: v0.5.0~9 X-Git-Url: http://git.scottworley.com/tablify/commitdiff_plain/bd0b5a3318b3906fb06a837a6bb622d2867bf01b?ds=inline;hp=e43fba20e88c99acfef26dc7008af115d4e0ac07 Start on 0.5.0 --- diff --git a/Cargo.lock b/Cargo.lock index e7073fc..68592ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "tablify" -version = "0.4.0" +version = "0.5.0-pre" diff --git a/Cargo.toml b/Cargo.toml index 5ddedbe..a1e17f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tablify" -version = "0.4.0" +version = "0.5.0-pre" edition = "2021" authors = ["Scott Worley "] description = "Summarize a text log as an HTML table"