]> git.scottworley.com Git - tablify/commitdiff
Release 0.6.2 master v0.6.2
authorScott Worley <scottworley@scottworley.com>
Sun, 12 Jul 2026 02:55:16 +0000 (19:55 -0700)
committerScott Worley <scottworley@scottworley.com>
Sun, 12 Jul 2026 02:55:16 +0000 (19:55 -0700)
Cargo.lock
Cargo.toml
Changelog

index 3c4a6fb07c14a2adfdaf8ae471797c27ddc41d72..ed03353e55956646609a756f87c6580a0804ef6a 100644 (file)
@@ -4,4 +4,4 @@ version = 4
 
 [[package]]
 name = "tablify"
-version = "0.6.2-pre"
+version = "0.6.2"
index db61eb8ebe6c6595b2961c7d0de63965cccf28db..1b134aea7d9d468bbe5a486f705bb876cc6a670f 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "tablify"
-version = "0.6.2-pre"
+version = "0.6.2"
 edition = "2021"
 authors = ["Scott Worley <scottworley@scottworley.com>"]
 description = "Summarize a text log as an HTML table"
index 9a64d5add01912fea0695f4a6eb672ef88286541..7a1af24cd93958b891be426bbe831c0fbf051647 100644 (file)
--- 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