]> git.scottworley.com Git - tablify/commitdiff
Release 0.5.1 v0.5.1
authorScott Worley <scottworley@scottworley.com>
Sat, 5 Oct 2024 02:29:14 +0000 (19:29 -0700)
committerScott Worley <scottworley@scottworley.com>
Sat, 5 Oct 2024 02:29:14 +0000 (19:29 -0700)
Cargo.lock
Cargo.toml
Changelog

index 9109ee66a8c0221e2c1cf26b8060148f39a49179..06c065567e16aec84fbea2903e855b53bf17d121 100644 (file)
@@ -4,4 +4,4 @@ version = 3
 
 [[package]]
 name = "tablify"
-version = "0.5.1-pre"
+version = "0.5.1"
index 20df00e641808bf21e55c50b9b8753e15afe42b3..5eaaddcacc642e0f6fb70c35f39333c67c68c381 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "tablify"
-version = "0.5.1-pre"
+version = "0.5.1"
 edition = "2021"
 authors = ["Scott Worley <scottworley@scottworley.com>"]
 description = "Summarize a text log as an HTML table"
index 45ae92ad9a9da9e7d4248307f51a6a03396a9b57..57c47470e1fb02a1b79699c2a70fddc316326c05 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,6 @@
 ## [Unreleased]
+
+## [0.5.1] - 2024-10-04
 - Fix hover highlight for relabeled columns
 
 ## [0.5.0] - 2024-10-04