From 5da4d22bff360a76a53022378252e85074e64332 Mon Sep 17 00:00:00 2001 From: Ricardo Ryn <87841757+RicardoRyn@users.noreply.github.com> Date: Wed, 13 May 2026 17:24:49 +0800 Subject: [PATCH] chore(main): release 1.20.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b5d8d88..2d2b6b2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.19.0"} +{".":"1.20.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e2148d..63891b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.20.0](https://github.com/RicardoRyn/plotfig/compare/v1.19.0...v1.20.0) (2026-05-13) + + +### Features ✨ + +* **correlation:** improve type hints and add dots_edgecolor parameter ([4e3707c](https://github.com/RicardoRyn/plotfig/commit/4e3707c7c3cca8a03298eed8edf61b012dead7e0)), closes [#78](https://github.com/RicardoRyn/plotfig/issues/78) +* **single_bar/violin:** add support for custom scatter dot markers ([80145c5](https://github.com/RicardoRyn/plotfig/commit/80145c567b427939e63fea3044231aaf236c8b50)), closes [#76](https://github.com/RicardoRyn/plotfig/issues/76) + ## [1.19.0](https://github.com/RicardoRyn/plotfig/compare/v1.18.1...v1.19.0) (2026-05-10) diff --git a/pyproject.toml b/pyproject.toml index 6d1f63f..6a5b488 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "plotfig" -version = "1.19.0" +version = "1.20.0" description = "Scientific plotting package for Cognitive neuroscience" keywords = ["neuroscience", "plotting", "visualization"] readme = "README.md"