From: Scott Worley Date: Thu, 24 Oct 2024 18:30:46 +0000 (-0700) Subject: Release 0.6.0 X-Git-Tag: v0.6.0 X-Git-Url: http://git.scottworley.com/tablify/commitdiff_plain/5eb5ed212bac4b401588d3a8a02fd0a49c640b9a?ds=sidebyside Release 0.6.0 --- diff --git a/Cargo.lock b/Cargo.lock index cf15f9f..b9b6602 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "tablify" -version = "0.6.0-pre" +version = "0.6.0" diff --git a/Cargo.toml b/Cargo.toml index 41d676a..1f452d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tablify" -version = "0.6.0-pre" +version = "0.6.0" edition = "2021" authors = ["Scott Worley "] description = "Summarize a text log as an HTML table" diff --git a/Changelog b/Changelog index 9729182..d81a456 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,6 @@ ## [Unreleased] + +## [0.6.0] - 2024-10-24 - Lighten background shading - `!mark col:X` to override the tally mark character for a column