From b62c9b5d5929ddc8f282fc8c44a26b1774f36797 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Tue, 20 Aug 2024 11:01:13 -0700 Subject: [PATCH 1/1] Release 0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- Changelog | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) 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 -- 2.44.1