From: Scott Worley Date: Sat, 5 Oct 2024 02:19:10 +0000 (-0700) Subject: Start on 0.5.1 X-Git-Tag: v0.5.1~3 X-Git-Url: http://git.scottworley.com/tablify/commitdiff_plain/d1d16f97ea7aad7e7006bda3bd39de79fe63ae33?ds=sidebyside Start on 0.5.1 --- diff --git a/Cargo.lock b/Cargo.lock index 34e7def..9109ee6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "tablify" -version = "0.5.0" +version = "0.5.1-pre" diff --git a/Cargo.toml b/Cargo.toml index 35870c0..20df00e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tablify" -version = "0.5.0" +version = "0.5.1-pre" edition = "2021" authors = ["Scott Worley "] description = "Summarize a text log as an HTML table"