diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bf4964b..9c0f36d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.10.0"} +{".":"1.11.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bed814..507aca6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.11.0](https://github.com/RicardoRyn/plotfig/compare/v1.10.0...v1.11.0) (2025-11-22) + + +### Features ✨ + +* **correlation:** add axis limits ([0484b2b](https://github.com/RicardoRyn/plotfig/commit/0484b2bb81018ead5d253ead263dddd7f716291f)), closes [#53](https://github.com/RicardoRyn/plotfig/issues/53) + ## [1.10.0](https://github.com/RicardoRyn/plotfig/compare/v1.9.0...v1.10.0) (2025-11-19) diff --git a/pyproject.toml b/pyproject.toml index 5ce6180..1e918c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "plotfig" -version = "1.10.0" +version = "1.11.0" description = "Scientific plotting package for Cognitive neuroscience" keywords = ["neuroscience", "plotting", "visualization"] readme = "README.md"