From ee0d2b2ab701252d50e75881779bd06f263f87f8 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Sat, 11 Jul 2026 19:55:16 -0700 Subject: [PATCH 1/1] Release 0.6.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- Changelog | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3c4a6fb..ed03353 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 4 [[package]] name = "tablify" -version = "0.6.2-pre" +version = "0.6.2" diff --git a/Cargo.toml b/Cargo.toml index db61eb8..1b134ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tablify" -version = "0.6.2-pre" +version = "0.6.2" edition = "2021" authors = ["Scott Worley "] description = "Summarize a text log as an HTML table" diff --git a/Changelog b/Changelog index 9a64d5a..7a1af24 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,6 @@ ## [Unreleased] + +## [0.6.2] - 2026-07-11 - Explicitly specify a font for tally marks ## [0.6.1] - 2025-07-16 -- 2.51.2