]> git.scottworley.com Git - tablify/commitdiff
Release 0.3.0 v0.3.0
authorScott Worley <scottworley@scottworley.com>
Wed, 2 Oct 2024 09:45:42 +0000 (02:45 -0700)
committerScott Worley <scottworley@scottworley.com>
Wed, 2 Oct 2024 09:45:42 +0000 (02:45 -0700)
Cargo.lock
Cargo.toml
Changelog

index 4c73dc3bcb74f071efe7efb3a1b64bfbf2e47930..24c541215101f8c9ea1955ee4c712105c2dc3344 100644 (file)
@@ -4,4 +4,4 @@ version = 3
 
 [[package]]
 name = "tablify"
-version = "0.3.0-pre"
+version = "0.3.0"
index 0b0c6f21428e00c18518040d7d0a333060720906..31c875663ae8f618f7cb8b1717b6b12348b4660b 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "tablify"
-version = "0.3.0-pre"
+version = "0.3.0"
 edition = "2021"
 authors = ["Scott Worley <scottworley@scottworley.com>"]
 description = "Summarize a text log as an HTML table"
index 7158f6361da7d3d42a3089aa2d62c68763db6935..2bf12615d8ff0a50acb6497f87b1d90a0a0152e4 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,6 @@
 ## [Unreleased]
+
+## [0.3.0] - 2024-10-02
 - Center text in each cell
 - Escape HTML characters properly
 - Fix an unnecessary O(n^2)ism