From b69a18140152d974676247232e228c183927ae2d Mon Sep 17 00:00:00 2001 From: Ricardo Ryn <87841757+RicardoRyn@users.noreply.github.com> Date: Mon, 4 May 2026 10:21:32 +0800 Subject: [PATCH] chore(main): release 1.18.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f5c3b93..b0c1905 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.17.0"} +{".":"1.18.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c6946e..8cf156d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.18.0](https://github.com/RicardoRyn/plotfig/compare/v1.17.0...v1.18.0) (2026-05-04) + + +### Features ✨ + +* **plotfig:** add data-only mode to brain_surface and improve type hints in bar plots ([dc8d039](https://github.com/RicardoRyn/plotfig/commit/dc8d0394b9d43e1cc3cc35f61a9e0054b51954ac)) + ## [1.17.0](https://github.com/RicardoRyn/plotfig/compare/v1.16.0...v1.17.0) (2026-03-25) diff --git a/pyproject.toml b/pyproject.toml index 0d6003f..bccab00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "plotfig" -version = "1.17.0" +version = "1.18.0" description = "Scientific plotting package for Cognitive neuroscience" keywords = ["neuroscience", "plotting", "visualization"] readme = "README.md"