From 31d00db218c4a3c5ed591be56517dfc4ab358b2c Mon Sep 17 00:00:00 2001 From: Mathias Hauser Date: Mon, 13 Jul 2026 11:24:51 +0200 Subject: [PATCH] release v0.7.0 --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd9008c..c904bb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog -## v0.7.0 (unreleased) +## v0.7.0 (13.07.2026) + +Version 0.6.0 uses features available in newer matplotlib versions and bumps the supported versions. ### Breaking changes @@ -28,8 +30,6 @@ [#182](https://github.com/mpytools/mplotutils/pull/182), [#207](https://github.com/mpytools/mplotutils/pull/207), and [#208](https://github.com/mpytools/mplotutils/pull/208)). -### Bug fixes - ### Internal changes - Avoid using the private `_hatch_color` property and use `set_hatchcolor` and `get_hatchcolor` instead in matplotlib