Skip to content

Commit e7ee68e

Browse files
author
semantic-release
committed
0.15.0
Automatically generated by python-semantic-release
1 parent 3f2cf85 commit e7ee68e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Diff for: CHANGELOG.md

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

33

4+
## v0.15.0 (2025-03-11)
5+
6+
### Features
7+
8+
- Support multiline plot in maidr-ts ([#144](https://github.com/xability/py-maidr/pull/144),
9+
[`3f2cf85`](https://github.com/xability/py-maidr/commit/3f2cf85be773949f5fbe874781c14851a9e27f62))
10+
11+
412
## v0.14.0 (2025-03-10)
513

614
### Features

Diff for: maidr/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.14.0"
1+
__version__ = "0.15.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.14.0"
7+
version = "0.15.0"
88
description = "Multimodal Access and Interactive Data Representations"
99
authors = [
1010
"JooYoung Seo <[email protected]>",

0 commit comments

Comments
 (0)