From 3b8d9acae802b3f1d65fc118d5c929f1aa03da37 Mon Sep 17 00:00:00 2001 From: "fluxopt-release[bot]" <267260463+fluxopt-release[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:39:18 +0000 Subject: [PATCH] chore(main): release 0.0.16 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5aa42be..cc7fc76 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.15" + ".": "0.0.16" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d16ea6..c27d9f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.16](https://github.com/FBumann/xarray_plotly/compare/v0.0.15...v0.0.16) (2026-06-03) + + +### Features + +* **imshow:** support facet_row for subplot rows (plotly>=6.7) ([#82](https://github.com/FBumann/xarray_plotly/issues/82)) ([55b503b](https://github.com/FBumann/xarray_plotly/commit/55b503b37d598c845631c7b35adcea3a8f1e3ed9)) +* **plotting:** add facet_titles kwarg to strip dim= prefix ([#77](https://github.com/FBumann/xarray_plotly/issues/77)) ([1433a95](https://github.com/FBumann/xarray_plotly/commit/1433a95c45cacb5f49c35e6f63794d668f6278ab)) + ## [0.0.15](https://github.com/FBumann/xarray_plotly/compare/v0.0.14...v0.0.15) (2026-03-23)