Skip to content

Commit

Permalink
0.10.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Oct 15, 2024
1 parent ef668ee commit 3d7b1ea
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# CHANGELOG


## v0.10.0 (2024-10-15)

### Code Style

* style(example): replace `py-shiny` folder name with `shiny` ([`4bb9e77`](https://github.com/xability/py_maidr/commit/4bb9e7766a2dcdee1e8467750c14cbb891878074))

### Features

* feat(maidr.show): use tempfile for interactive sessions (#121) ([`ef668ee`](https://github.com/xability/py_maidr/commit/ef668ee2b9619883b3abbb6e9be3b9371b9372e6))


## v0.9.2 (2024-10-09)

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion maidr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.9.2"
__version__ = "0.10.0"

from .core import Maidr
from .core.enum import PlotType
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = [
"JooYoung Seo <[email protected]>",
"Saairam Venkatesh <[email protected]>"
]
version = "0.9.2"
version = "0.10.0"
classifiers = [
"Intended Audience :: End Users/Desktop",
"Intended Audience :: Financial and Insurance Industry",
Expand Down

0 comments on commit 3d7b1ea

Please sign in to comment.