From: Scott Worley Date: Tue, 20 Aug 2024 18:01:13 +0000 (-0700) Subject: Release 0.2.1 X-Git-Tag: v0.2.1 X-Git-Url: http://git.scottworley.com/tablify/commitdiff_plain/b62c9b5d5929ddc8f282fc8c44a26b1774f36797?ds=sidebyside Release 0.2.1 --- diff --git a/Cargo.lock b/Cargo.lock index a3cf2bf..950ed0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "tablify" -version = "0.2.1-pre" +version = "0.2.1" diff --git a/Cargo.toml b/Cargo.toml index fc39f14..80ab0ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tablify" -version = "0.2.1-pre" +version = "0.2.1" edition = "2021" authors = ["Scott Worley "] description = "Summarize a text log as an HTML table" diff --git a/Changelog b/Changelog index 8af8811..2ec30f7 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,6 @@ ## [Unreleased] + +## [0.2.1] - 2024-08-20 - A little more space up top - Sort columns _descending_ by frequency