From a9af4b25657b5d47cc88913be8989d301405aa86 Mon Sep 17 00:00:00 2001 From: Ricardo Ryn <87841757+RicardoRyn@users.noreply.github.com> Date: Sun, 10 May 2026 11:44:26 +0800 Subject: [PATCH] chore(main): release 1.19.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 0ddd8a8..b5d8d88 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.18.1"} +{".":"1.19.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index f1b289d..2e2148d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.19.0](https://github.com/RicardoRyn/plotfig/compare/v1.18.1...v1.19.0) (2026-05-10) + + +### Features ✨ + +* **single_bar/violin:** add dots_alpha parameter for scatter transparency ([aa5eef1](https://github.com/RicardoRyn/plotfig/commit/aa5eef104f74c259b051175832517b5cbe0af562)) +* **single_bar:** add errorbar customization and upper-only mode ([57100b3](https://github.com/RicardoRyn/plotfig/commit/57100b302eeb6a5009da33ce296980f71b94b766)) + ## [1.18.1](https://github.com/RicardoRyn/plotfig/compare/v1.18.0...v1.18.1) (2026-05-07) diff --git a/pyproject.toml b/pyproject.toml index 3fb77e8..6d1f63f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "plotfig" -version = "1.18.1" +version = "1.19.0" description = "Scientific plotting package for Cognitive neuroscience" keywords = ["neuroscience", "plotting", "visualization"] readme = "README.md"