]> git.scottworley.com Git - tablify/commitdiff
Release 0.4.0 v0.4.0
authorScott Worley <scottworley@scottworley.com>
Fri, 4 Oct 2024 05:11:07 +0000 (22:11 -0700)
committerScott Worley <scottworley@scottworley.com>
Fri, 4 Oct 2024 05:11:07 +0000 (22:11 -0700)
Cargo.lock
Cargo.toml
Changelog

index 5ccde793a8963479c5bafcd6cc5e78d17c340ba9..e7073fc2df1c4046a5c02ea4866b65902944ecb9 100644 (file)
@@ -4,4 +4,4 @@ version = 3
 
 [[package]]
 name = "tablify"
-version = "0.4.0-pre"
+version = "0.4.0"
index d8ab19490d458c6b4330d23f679faf815c9b46da..5ddedbe445d579b00573f11f0ede214eeb8b6d8c 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "tablify"
-version = "0.4.0-pre"
+version = "0.4.0"
 edition = "2021"
 authors = ["Scott Worley <scottworley@scottworley.com>"]
 description = "Summarize a text log as an HTML table"
index 15fad96e08c36a11d47a405b963097d78b50725b..212e410de2196d8306f0fa0be4e46827dc41ca70 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,6 @@
 ## [Unreleased]
+
+## [0.4.0] - 2024-10-03
 - Read column threshold from `!col_threshold <N>` in input
 - Allow forcing column layout with `!col <name>` in input
 - `!colsep` to separate `!col` columns