Skip to content

Commit 407a48f

Browse files
committed
chore(main): release 1.12.0
1 parent d821555 commit 407a48f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [1.12.0](https://github.com/RicardoRyn/plotfig/compare/v1.11.0...v1.12.0) (2025-11-23)
4+
5+
6+
### Features ✨
7+
8+
* **matrix:** add xlabel and ylabel parameters for axis labels ([2bea2b0](https://github.com/RicardoRyn/plotfig/commit/2bea2b0338bbc13a8186592559b11bc081a999e2)), closes [#56](https://github.com/RicardoRyn/plotfig/issues/56)
9+
310
## [1.11.0](https://github.com/RicardoRyn/plotfig/compare/v1.10.0...v1.11.0) (2025-11-22)
411

512

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.11.0"
3+
version = "1.12.0"
44
description = "Scientific plotting package for Cognitive neuroscience"
55
keywords = ["neuroscience", "plotting", "visualization"]
66
readme = "README.md"

0 commit comments

Comments
 (0)