Skip to content

Commit 31a326e

Browse files
author
semantic-release
committed
0.19.0
Automatically generated by python-semantic-release
1 parent bcc7269 commit 31a326e

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# CHANGELOG
22

33

4+
## v0.19.0 (2025-03-27)
5+
6+
### Features
7+
8+
- Support histogram plot using maidr-ts ([#150](https://github.com/xability/py-maidr/pull/150),
9+
[`bcc7269`](https://github.com/xability/py-maidr/commit/bcc726932d8fda6c55a46f94303637c619749a81))
10+
11+
- Support scatter plot using maidr-ts ([#149](https://github.com/xability/py-maidr/pull/149),
12+
[`b7223c8`](https://github.com/xability/py-maidr/commit/b7223c8d6f57276300bf3cb2e864a6e200108da9))
13+
14+
415
## v0.18.0 (2025-03-18)
516

617
### Features

Diff for: maidr/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.18.0"
1+
__version__ = "0.19.0"
22

33
from .api import close, render, save_html, set_engine, show, stacked
44
from .core import Maidr

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "maidr"
7-
version = "0.18.0"
7+
version = "0.19.0"
88
description = "Multimodal Access and Interactive Data Representations"
99
authors = [
1010
"JooYoung Seo <[email protected]>",

0 commit comments

Comments
 (0)