From 77d7c3317a822732098e4b44ad2ec5ce57dd7d48 Mon Sep 17 00:00:00 2001 From: Julius Krumbiegel <22495855+jkrumbiegel@users.noreply.github.com> Date: Fri, 31 Jan 2025 11:36:58 +0100 Subject: [PATCH] Bump version to 3.0.3 (#70) --- CHANGELOG.md | 2 ++ Project.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45c851d..25ed9b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 3.0.3 - 2025-01-31 + - Added `show` method for `MIME"QuartoNotebookRunner/typst"` to support typst directly in the native quarto julia engine [#69](https://github.com/PumasAI/SummaryTables.jl/pull/69). - Allowed `String`s as column identifiers in addition to `Symbol`s [#63](https://github.com/PumasAI/SummaryTables.jl/pull/63). - Made HTML tables dark mode compatible by reusing foreground color for the lines [#62](https://github.com/PumasAI/SummaryTables.jl/pull/62). diff --git a/Project.toml b/Project.toml index 566c650..415a148 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SummaryTables" uuid = "6ce4ecf0-73a7-4ce3-9fb4-80ebfe887b60" authors = ["Julius ", "Mike "] -version = "3.0.2" +version = "3.0.3" [deps] CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"