From f8a3cb9a959eae63f99cc22f51e509351d983e05 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Wed, 16 Jul 2025 03:21:57 -0700 Subject: [PATCH 1/1] Release 0.6.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- Changelog | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) 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 -- 2.50.1