From 5eb5ed212bac4b401588d3a8a02fd0a49c640b9a Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Thu, 24 Oct 2024 11:30:46 -0700 Subject: [PATCH 1/1] Release 0.6.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- Changelog | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cf15f9f..b9b6602 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "tablify" -version = "0.6.0-pre" +version = "0.6.0" diff --git a/Cargo.toml b/Cargo.toml index 41d676a..1f452d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tablify" -version = "0.6.0-pre" +version = "0.6.0" edition = "2021" authors = ["Scott Worley "] description = "Summarize a text log as an HTML table" diff --git a/Changelog b/Changelog index 9729182..d81a456 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,6 @@ ## [Unreleased] + +## [0.6.0] - 2024-10-24 - Lighten background shading - `!mark col:X` to override the tally mark character for a column -- 2.44.1