From: Scott Worley Date: Sat, 5 Oct 2024 02:29:14 +0000 (-0700) Subject: Release 0.5.1 X-Git-Tag: v0.5.1 X-Git-Url: http://git.scottworley.com/tablify/commitdiff_plain/c1c11cfc43014f1516a1f7e4c637622fb10129b8?ds=sidebyside;hp=aa80485a2489892e649ae8815c4710f12b19bd80 Release 0.5.1 --- 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