]> git.scottworley.com Git - tablify/commitdiff
Release 0.2.1 master v0.2.1
authorScott Worley <scottworley@scottworley.com>
Tue, 20 Aug 2024 18:01:13 +0000 (11:01 -0700)
committerScott Worley <scottworley@scottworley.com>
Tue, 20 Aug 2024 18:01:13 +0000 (11:01 -0700)
Cargo.lock
Cargo.toml
Changelog

index a3cf2bf3179786bbafb558f4e37b2f4e23009184..950ed0f2d6bf5dc43db8ba9b9d409f9a0f2ed33b 100644 (file)
@@ -4,4 +4,4 @@ version = 3
 
 [[package]]
 name = "tablify"
 
 [[package]]
 name = "tablify"
-version = "0.2.1-pre"
+version = "0.2.1"
index fc39f148f1f1c7e6fda3706c10844f197ad9a4f9..80ab0ec28f90cd6eb76fece45c4258777ed411f3 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "tablify"
 [package]
 name = "tablify"
-version = "0.2.1-pre"
+version = "0.2.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 8af88114969b883714478401ea4cbf42167afb70..2ec30f7a4d16aa46696fdc8e837182810a1aec4e 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,6 @@
 ## [Unreleased]
 ## [Unreleased]
+
+## [0.2.1] - 2024-08-20
 - A little more space up top
 - Sort columns _descending_ by frequency
 
 - A little more space up top
 - Sort columns _descending_ by frequency