Skip to content

Commit 950d08d

Browse files
committed
GH action fix; added info to changelog
1 parent e866fe5 commit 950d08d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning][].
88
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
99
[semantic versioning]: https://semver.org/spec/v2.0.0.html
1010

11+
## [0.0.5] -tbd
12+
13+
### Added
14+
- Multipolygons are now handled correctly (#93)
15+
16+
### Fixed
17+
18+
1119
## [0.0.4] - 2023-08-11
1220

1321
### Fixed

src/spatialdata_plot/pl/render.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
)
4545
from spatialdata_plot.pp.utils import _get_instance_key, _get_region_key
4646

47-
_Normalize = Normalize | Sequence[Normalize]
47+
_Normalize = Union[Normalize, Sequence[Normalize]]
4848
to_hex = partial(colors.to_hex, keep_alpha=True)
4949

5050

0 commit comments

Comments
 (0)