From c1c11cfc43014f1516a1f7e4c637622fb10129b8 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Fri, 4 Oct 2024 19:29:14 -0700 Subject: [PATCH] Release 0.5.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 9109ee6..06c0655 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "tablify" -version = "0.5.1-pre" +version = "0.5.1" diff --git a/Cargo.toml b/Cargo.toml index 20df00e..5eaaddc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tablify" -version = "0.5.1-pre" +version = "0.5.1" edition = "2021" authors = ["Scott Worley "] description = "Summarize a text log as an HTML table" diff --git a/Changelog b/Changelog index 45ae92a..57c4747 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,6 @@ ## [Unreleased] + +## [0.5.1] - 2024-10-04 - Fix hover highlight for relabeled columns ## [0.5.0] - 2024-10-04 -- 2.44.1