From: Scott Worley Date: Fri, 4 Oct 2024 05:11:07 +0000 (-0700) Subject: Release 0.4.0 X-Git-Tag: v0.4.0 X-Git-Url: http://git.scottworley.com/tablify/commitdiff_plain/refs/tags/v0.4.0 Release 0.4.0 --- diff --git a/Cargo.lock b/Cargo.lock index 5ccde79..e7073fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "tablify" -version = "0.4.0-pre" +version = "0.4.0" diff --git a/Cargo.toml b/Cargo.toml index d8ab194..5ddedbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tablify" -version = "0.4.0-pre" +version = "0.4.0" edition = "2021" authors = ["Scott Worley "] description = "Summarize a text log as an HTML table" diff --git a/Changelog b/Changelog index 15fad96..212e410 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,6 @@ ## [Unreleased] + +## [0.4.0] - 2024-10-03 - Read column threshold from `!col_threshold ` in input - Allow forcing column layout with `!col ` in input - `!colsep` to separate `!col` columns