From d2373a68076a0ea98ebaa4e777a518d466977128 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Sat, 11 Jul 2026 19:53:54 -0700 Subject: [PATCH] Start on 0.6.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 36de8f1..3c4a6fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 4 [[package]] name = "tablify" -version = "0.6.1" +version = "0.6.2-pre" diff --git a/Cargo.toml b/Cargo.toml index 5e72420..db61eb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tablify" -version = "0.6.1" +version = "0.6.2-pre" edition = "2021" authors = ["Scott Worley "] description = "Summarize a text log as an HTML table" -- 2.51.2