Skip to content

Commit c536bfa

Browse files
committed
chore(main): release 1.19.0
1 parent 54c178e commit c536bfa

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.18.1"}
1+
{".":"1.19.0"}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.19.0](https://github.com/RicardoRyn/plotfig/compare/v1.18.1...v1.19.0) (2026-05-10)
4+
5+
6+
### Features ✨
7+
8+
* **single_bar/violin:** add dots_alpha parameter for scatter transparency ([aa5eef1](https://github.com/RicardoRyn/plotfig/commit/aa5eef104f74c259b051175832517b5cbe0af562))
9+
* **single_bar:** add errorbar customization and upper-only mode ([57100b3](https://github.com/RicardoRyn/plotfig/commit/57100b302eeb6a5009da33ce296980f71b94b766))
10+
311
## [1.18.1](https://github.com/RicardoRyn/plotfig/compare/v1.18.0...v1.18.1) (2026-05-07)
412

513

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "plotfig"
3-
version = "1.18.1"
3+
version = "1.19.0"
44
description = "Scientific plotting package for Cognitive neuroscience"
55
keywords = ["neuroscience", "plotting", "visualization"]
66
readme = "README.md"

0 commit comments

Comments
 (0)