From 4f4822d61a92d65a9b0203dee1541fb13e69b7a0 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 5 Sep 2023 22:24:57 +0000 Subject: [PATCH] 0.19.4 Automatically generated by python-semantic-release --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0932fc2..46a3b98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## v0.19.4 (2023-09-05) + +### Chore + +* chore: sentence casing ([`fad64f0`](https://github.com/moderneinc/moderne-visualizations-misc/commit/fad64f0060afa5b20f43bf9e3c4ce15af3814753)) + +### Unknown + +* Update displayName of ParseFailureStacktraces ([`8822467`](https://github.com/moderneinc/moderne-visualizations-misc/commit/88224678ce271fe0863a6629421e8af118574270)) + + ## v0.19.3 (2023-09-05) ### Chore diff --git a/pyproject.toml b/pyproject.toml index 2a35532..2f1f165 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # @see https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ [project] name = "moderne_visualizations_misc" -version = "0.19.3" +version = "0.19.4" description = "Miscellaneous visualizations for the Moderne platform" authors = [ { name = "Jonathan Schneider", email = "jonathan@moderne.io" },