From c188dfb274741a146d3b91dba3fc6699fa1bdd10 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 21 Aug 2024 16:38:22 +0000 Subject: [PATCH] 0.6.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 24 ++++++++++++++++++++++++ maidr/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ed42a4..413959c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # CHANGELOG +## v0.6.0 (2024-08-21) + +### Chore + +* chore: add bug report and feature request templates (#81) + +Added bug report and feature request templates to improve the issue creation process. These templates provide a standardized structure for reporting bugs and requesting new features, making it easier for contributors to provide clear and concise information. This will help streamline the issue triage and resolution process. + +The bug report template includes sections for describing the bug, steps to reproduce, actual and expected behavior, screenshots, and additional information. The feature request template includes sections for describing the requested feature, motivation, proposed solution, and additional context. + +This commit follows the established commit message convention of starting with a verb in the imperative form, followed by a brief description of the change. It also includes a type prefix ("feat") to indicate that it is a new feature. + +closes #80 ([`5af72c2`](https://github.com/xability/py_maidr/commit/5af72c2cc1f01f4b1b1d1ac1944ed06c789891d8)) + +* chore(vscode): update shiny extension ([`483a075`](https://github.com/xability/py_maidr/commit/483a0758a68960de0670e36c312cfbc1ee90c110)) + +### Ci + +* ci: add repo name condidtion to docs workflow (#75) ([`0fb17e9`](https://github.com/xability/py_maidr/commit/0fb17e9c86d92d29b315dd3af254ae187a853abb)) + +### Feature + +* feat: support interactivity within ipython and quarto (#64) ([`620ddc9`](https://github.com/xability/py_maidr/commit/620ddc9d57175d5ca663d9dfaef4d2704809462f)) + ## v0.5.1 (2024-08-14) ### Chore diff --git a/maidr/__init__.py b/maidr/__init__.py index b81d888..201ecd7 100644 --- a/maidr/__init__.py +++ b/maidr/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.5.1" +__version__ = "0.6.0" from .core import Maidr from .core.enum import PlotType diff --git a/pyproject.toml b/pyproject.toml index 371789b..da84e44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [ "JooYoung Seo ", "Saairam Venkatesh " ] -version = "0.5.1" +version = "0.6.0" classifiers = [ "Intended Audience :: End Users/Desktop", "Intended Audience :: Financial and Insurance Industry",