From: Scott Worley Date: Sun, 12 Jul 2026 02:55:16 +0000 (-0700) Subject: Release 0.6.2 X-Git-Tag: v0.6.2 X-Git-Url: http://git.scottworley.com/tablify/commitdiff_plain/refs/heads/master Release 0.6.2 --- 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