From: Scott Worley Date: Wed, 2 Oct 2024 09:45:42 +0000 (-0700) Subject: Release 0.3.0 X-Git-Tag: v0.3.0 X-Git-Url: http://git.scottworley.com/tablify/commitdiff_plain/166a543d8299317183ec9226c3af174a6d4f4fc9?ds=sidebyside Release 0.3.0 --- diff --git a/Cargo.lock b/Cargo.lock index 4c73dc3..24c5412 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "tablify" -version = "0.3.0-pre" +version = "0.3.0" diff --git a/Cargo.toml b/Cargo.toml index 0b0c6f2..31c8756 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tablify" -version = "0.3.0-pre" +version = "0.3.0" edition = "2021" authors = ["Scott Worley "] description = "Summarize a text log as an HTML table" diff --git a/Changelog b/Changelog index 7158f63..2bf1261 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,6 @@ ## [Unreleased] + +## [0.3.0] - 2024-10-02 - Center text in each cell - Escape HTML characters properly - Fix an unnecessary O(n^2)ism