From: Scott Worley Date: Wed, 16 Jul 2025 10:21:57 +0000 (-0700) Subject: Release 0.6.1 X-Git-Url: http://git.scottworley.com/tablify/commitdiff_plain/f8a3cb9a959eae63f99cc22f51e509351d983e05?hp=640a7dd8596b0d1d8fdd1433236540daa7728375 Release 0.6.1 --- diff --git a/Cargo.lock b/Cargo.lock index 378f847..36de8f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,7 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "tablify" -version = "0.6.1-pre" +version = "0.6.1" diff --git a/Cargo.toml b/Cargo.toml index c94da8d..5e72420 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tablify" -version = "0.6.1-pre" +version = "0.6.1" edition = "2021" authors = ["Scott Worley "] description = "Summarize a text log as an HTML table" diff --git a/Changelog b/Changelog index f36eb82..7fd5cc8 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,7 @@ ## [Unreleased] + +## [0.6.1] - 2025-07-16 +- Minor cleanups - Include a git pre-commit hook ## [0.6.0] - 2024-10-24