]> git.scottworley.com Git - tablify/commitdiff
Release 0.6.1
authorScott Worley <scottworley@scottworley.com>
Wed, 16 Jul 2025 10:21:57 +0000 (03:21 -0700)
committerScott Worley <scottworley@scottworley.com>
Wed, 16 Jul 2025 10:21:57 +0000 (03:21 -0700)
Cargo.lock
Cargo.toml
Changelog

index 378f84722a1f48519ed06844268374d20a8bb23f..36de8f14cb35ea9374d612b829f0e9a48b39ef09 100644 (file)
@@ -1,7 +1,7 @@
 # This file is automatically @generated by Cargo.
 # It is not intended for manual editing.
 # This file is automatically @generated by Cargo.
 # It is not intended for manual editing.
-version = 3
+version = 4
 
 [[package]]
 name = "tablify"
 
 [[package]]
 name = "tablify"
-version = "0.6.1-pre"
+version = "0.6.1"
index c94da8d54e35f610e2a8ee2e1349f7cefdfeff9d..5e724209c6ba92ee73b5f92c2b281c1510384e81 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "tablify"
 [package]
 name = "tablify"
-version = "0.6.1-pre"
+version = "0.6.1"
 edition = "2021"
 authors = ["Scott Worley <scottworley@scottworley.com>"]
 description = "Summarize a text log as an HTML table"
 edition = "2021"
 authors = ["Scott Worley <scottworley@scottworley.com>"]
 description = "Summarize a text log as an HTML table"
index f36eb826e1cfb318cb7e0c4a172a12eea8be4811..7fd5cc8015f481d4d60a90273d37622948c5b4f5 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,7 @@
 ## [Unreleased]
 ## [Unreleased]
+
+## [0.6.1] - 2025-07-16
+- Minor cleanups
 - Include a git pre-commit hook
 
 ## [0.6.0] - 2024-10-24
 - Include a git pre-commit hook
 
 ## [0.6.0] - 2024-10-24